/external/skia/bench/ |
CmapBench.cpp | 14 NGLYPHS = 100 35 uint16_t glyphs[NGLYPHS]; 36 SkASSERT(glyphCount <= NGLYPHS); 46 uint16_t glyphs[NGLYPHS]; 47 SkASSERT(glyphCount <= NGLYPHS); 68 char fText[NGLYPHS]; 76 for (int i = 0; i < NGLYPHS; ++i) { 89 fProc(loops, fPaint, fText, sizeof(fText), NGLYPHS);
|
/frameworks/base/libs/hwui/hwui/ |
MinikinUtils.h | 59 size_t nGlyphs = layout.nGlyphs(); 60 for (size_t i = 0; i < nGlyphs; i++) { 71 if (nGlyphs > start) { 73 f(start, nGlyphs);
|
Canvas.cpp | 157 size_t nGlyphs = layout.nGlyphs(); 158 std::unique_ptr<uint16_t[]> glyphs(new uint16_t[nGlyphs]); 159 std::unique_ptr<float[]> pos(new float[nGlyphs * 2]);
|
/external/skia/tests/ |
PaintTest.cpp | 67 static const int NGLYPHS = 64; 69 SkUnichar src[NGLYPHS]; 70 SkUnichar dst[NGLYPHS]; // used for utf8, utf16, utf32 storage 88 for (int j = 0; j < NGLYPHS; ++j) { 97 size_t len = gRec[k].fSeedTextProc(src, dst, NGLYPHS); 99 uint16_t glyphs0[NGLYPHS], glyphs1[NGLYPHS]; 102 int nglyphs = paint.textToGlyphs(dst, len, glyphs0); local 103 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS); 104 int index = find_first_zero(glyphs1, NGLYPHS); [all...] |
/frameworks/minikin/sample/ |
example_skia.cpp | 81 size_t nGlyphs = layout->nGlyphs(); 82 uint16_t *glyphs = new uint16_t[nGlyphs]; 83 SkPoint *pos = new SkPoint[nGlyphs]; 89 for (size_t i = 0; i < nGlyphs; i++) { 103 canvas->drawPosText(glyphs + start, (nGlyphs - start) << 1, pos + start, *paint);
|
/external/icu/icu4c/source/layout/ |
StateTableProcessor.cpp | 35 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs);
|
StateTables.h | 86 le_uint16 nGlyphs;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/ |
gxvkern.c | 383 FT_UShort nGlyphs; 390 nGlyphs = FT_NEXT_USHORT( p ); 391 GXV_TRACE(( " %s firstGlyph=%d, nGlyphs=%d\n", 392 tag, firstGlyph, nGlyphs )); 395 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs - 1 ), gxvalid ); 397 gxv_array_getlimits_ushort( p, p + ( 2 * nGlyphs ), 402 gxv_odtect_add_range( table, 2 * nGlyphs, tag, odtect );
|
gxvcommn.c | 951 FT_UShort nGlyphs; 960 nGlyphs = FT_NEXT_USHORT( p ); 962 GXV_TRACE(( " (firstGlyph = %d, nGlyphs = %d)\n", firstGlyph, nGlyphs )); 964 if ( !nGlyphs ) 967 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs ), gxvalid ); 978 for ( i = 0; i < nGlyphs; i++ ) [all...] |
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 597 size_t nGlyphs = layout.nGlyphs(); 598 uint16_t* glyphs = new uint16_t[nGlyphs]; 599 SkPoint* pos = new SkPoint[nGlyphs]; [all...] |
/frameworks/minikin/include/minikin/ |
Layout.h | 106 size_t nGlyphs() const;
|
/frameworks/minikin/libs/minikin/ |
Layout.cpp | 926 size_t Layout::nGlyphs() const { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wingdi.h | [all...] |