Home
last modified time | relevance | path

Searched defs:glyphSize (Results 1 – 5 of 5) sorted by relevance

/external/skia/bench/
DPathTextBench.cpp65 float glyphSize = std::max(bounds.width(), bounds.height()); in onDelayedSetup() local
/external/skia/src/core/
DSkTextBlob.cpp47 auto glyphSize = safe->mul(glyphCount, sizeof(uint16_t)), in StorageSize() local
727 const size_t glyphSize = safe.mul(glyphCount, sizeof(uint16_t)), in MakeFromBuffer() local
/external/freetype/src/truetype/
Dttinterp.h197 FT_UInt glyphSize; /* ! glyph instructions buffer size */ member
/external/skia/experimental/sktext/src/
DText.cpp456 auto glyphSize = glyphEnd - glyphStart; in addLine() local
/external/skia/tools/viewer/
DViewer.cpp1363 size_t glyphSize = sizeof(decltype(*it.glyphs())); in filterTextBlob() local