Home
last modified time | relevance | path

Searched refs:DrawableOpSubmitter (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/text/gpu/
DSubRunContainer.cpp842 class DrawableOpSubmitter { class
844 DrawableOpSubmitter() = delete;
845 DrawableOpSubmitter(const DrawableOpSubmitter&) = delete;
846 const DrawableOpSubmitter& operator=(const DrawableOpSubmitter&) = delete;
847 DrawableOpSubmitter(DrawableOpSubmitter&& that) in DrawableOpSubmitter() function in __anon459911e60111::DrawableOpSubmitter
852 DrawableOpSubmitter& operator=(DrawableOpSubmitter&& that) { in operator =()
853 this->~DrawableOpSubmitter(); in operator =()
854 new (this) DrawableOpSubmitter{std::move(that)}; in operator =()
857 DrawableOpSubmitter(SkScalar strikeToSourceScale,
862 static DrawableOpSubmitter Make(const SkZip<SkPackedGlyphID, SkPoint>& accepted,
[all …]