Home
last modified time | relevance | path

Searched defs:glyphSize (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/bench/
H A DPathTextBench.cpp62 float glyphSize = std::max(bounds.width(), bounds.height()); variable
/third_party/skia/src/core/
H A DSkTextBlob.cpp44 auto glyphSize = safe->mul(glyphCount, sizeof(uint16_t)), in StorageSize() local
724 const size_t glyphSize = safe.mul(glyphCount, sizeof(uint16_t)), in MakeFromBuffer() local
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.h198 FT_UInt glyphSize; /* ! glyph instructions buffer size */ member
/third_party/skia/tools/viewer/
H A DViewer.cpp1335 size_t glyphSize = sizeof(decltype(*it.glyphs())); in filterTextBlob() local

Completed in 8 milliseconds