/external/skia/src/gpu/text/ |
D | GrTextBlobCache.h | 33 GrAtlasTextBlob* createBlob(int glyphCount, int runCount) { in createBlob() 37 int glyphCount = 0; in createBlob() local 48 int glyphCount = 0; in createCachedBlob() local 86 static void BlobGlyphCount(int* glyphCount, int* runCount, const SkTextBlob* blob) { in BlobGlyphCount()
|
D | GrAtlasTextContext.cpp | 134 int glyphCount = 0; in drawTextBlob() local 176 int glyphCount = it.glyphCount(); in RegenerateTextBlob() local 261 int glyphCount = skPaint.countText(text, byteLength); in CreateDrawTextBlob() local 285 int glyphCount = skPaint.countText(text, byteLength); in CreateDrawPosTextBlob() local
|
/external/skia/bench/ |
D | CmapBench.cpp | 27 int glyphCount) { in containsText_proc() 34 int glyphCount) { in textToGlyphs_proc() 44 size_t len, int glyphCount) { in charsToGlyphs_proc() 56 size_t len, int glyphCount) { in charsToGlyphsNull_proc()
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | leperf.cpp | 22 le_int32 glyphCount; member in Params 40 le_int32 glyphCount = 0; in iterate() local
|
/external/icu/icu4c/source/layout/ |
D | SingleSubstitutionSubtables.h | 37 le_uint16 glyphCount; member
|
D | AlternateSubstSubtables.h | 25 le_uint16 glyphCount; member
|
D | MultipleSubstSubtables.h | 25 le_uint16 glyphCount; member
|
D | ContextualSubstSubtables.h | 81 le_uint16 glyphCount; member 110 le_uint16 glyphCount; member 125 le_uint16 glyphCount; member
|
D | SimpleArrayProcessor2.cpp | 40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | SingleTableProcessor2.cpp | 41 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | SingleTableProcessor.cpp | 39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | CoverageTables.h | 29 le_uint16 glyphCount; member
|
D | TrimmedArrayProcessor.cpp | 46 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | TrimmedArrayProcessor2.cpp | 42 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | StateTableProcessor.cpp | 53 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | SimpleArrayProcessor.cpp | 37 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | SegmentSingleProcessor2.cpp | 39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | SegmentSingleProcessor.cpp | 38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | SegmentArrayProcessor2.cpp | 38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | SegmentArrayProcessor.cpp | 38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process() local
|
D | MultipleSubstSubtables.cpp | 47 le_uint16 glyphCount = SWAPW(sequenceTable->glyphCount); in process() local
|
D | LayoutEngine.cpp | 344 le_int32 i, glyphCount = glyphStorage.getGlyphCount(); in positionGlyphs() local 390 le_int32 p, glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs() local 427 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs() local 499 le_int32 glyphCount; in layoutChars() local
|
/external/skia/src/core/ |
D | SkTextBlob.cpp | 121 uint32_t glyphCount() const { in glyphCount() function in SkTextBlob::RunRecord 148 static size_t StorageSize(int glyphCount, SkTextBlob::GlyphPositioning positioning) { in StorageSize() 260 int glyphCount = reader.read32(); in CreateFromBuffer() local 322 uint32_t SkTextBlobRunIterator::glyphCount() const { in glyphCount() function in SkTextBlobRunIterator
|
/external/icu/icu4c/source/test/letest/ |
D | cletest.c | 47 le_int32 glyphCount = 0; in ParamTest() local 216 le_int32 glyphCount; in AccessTest() local 668 const le_int32 glyphCount = pl_getVisualRunGlyphCount(visualRun); in GlyphToCharTest() local
|
D | letest.cpp | 62 le_int32 glyphCount = 0; in ParamTest() local 244 le_int32 glyphCount; in AccessTest() local 613 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; in DataDrivenTest() local 898 le_int32 glyphCount = visualRun->getGlyphCount(); in GlyphToCharTest() local
|