Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  OffscreenCanvasRenderingContext2D.h

  Sprache: C
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef MOZILLA_DOM_OFFSCREENCANVASRENDERINGCONTEXT2D_H_
#define MOZILLA_DOM_OFFSCREENCANVASRENDERINGCONTEXT2D_H_

#include "mozilla/dom/CanvasRenderingContext2D.h"

struct JSContext;
class nsIGlobalObject;

namespace mozilla::dom {
class OffscreenCanvas;

class OffscreenCanvasRenderingContext2D final
    : public CanvasRenderingContext2D {
 public:
  // nsISupports interface + CC
  NS_DECL_ISUPPORTS_INHERITED
  NS_DECL_CYCLE_COLLECTION_SKIPPABLE_SCRIPT_HOLDER_CLASS_INHERITED(
      OffscreenCanvasRenderingContext2D, CanvasRenderingContext2D)

  explicit OffscreenCanvasRenderingContext2D(
      layers::LayersBackend aCompositorBackend);

  nsIGlobalObject* GetParentObject() const;

  JSObject* WrapObject(JSContext* aCx,
                       JS::Handle<JSObject*> aGivenProto) override;

  OffscreenCanvas* Canvas() { return mOffscreenCanvas; }
  const OffscreenCanvas* Canvas() const { return mOffscreenCanvas; }

  void Commit(ErrorResult& aRv);

  NS_IMETHOD InitializeWithDrawTarget(
      nsIDocShell* aShell, NotNull<gfx::DrawTarget*> aTarget) override;

 private:
  void AddZoneWaitingForGC() override;
  void AddAssociatedMemory() override;
  void RemoveAssociatedMemory() override;

  ~OffscreenCanvasRenderingContext2D() override;
};

size_t BindingJSObjectMallocBytes(OffscreenCanvasRenderingContext2D* aContext);

}  // namespace mozilla::dom

#endif  // MOZILLA_DOM_OFFSCREENCANVASRENDERINGCONTEXT2D_H_

Messung V0.5 in Prozent
C=93 H=100 G=96

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet am  2026-08-24) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=434850
#Domains=661743