HomeSort by relevance Sort by last modified time
    Searched defs:nGlyphs (Results 1 - 13 of 13) sorted by null

  /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/icu/icu4c/source/layout/
StateTables.h 86 le_uint16 nGlyphs;
  /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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
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...]
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 );
  /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/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...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 470 milliseconds