Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRun.cpp256 fGlyphRunListStorage.clear(); in initialize()
284 fGlyphRunListStorage.emplace_back( in makeGlyphRun()
298 paint, blob, origin, SkSpan<const SkGlyphRun>{fGlyphRunListStorage}}; in makeGlyphRunList()
DSkGlyphRun.h125 bool empty() const { return fGlyphRunListStorage.size() == 0; } in empty()
163 std::vector<SkGlyphRun> fGlyphRunListStorage; variable
/external/skqp/src/core/
DSkGlyphRun.cpp256 fGlyphRunListStorage.clear(); in initialize()
284 fGlyphRunListStorage.emplace_back( in makeGlyphRun()
298 paint, blob, origin, SkSpan<const SkGlyphRun>{fGlyphRunListStorage}}; in makeGlyphRunList()
DSkGlyphRun.h125 bool empty() const { return fGlyphRunListStorage.size() == 0; } in empty()
163 std::vector<SkGlyphRun> fGlyphRunListStorage; variable