HomeSort by relevance Sort by last modified time
    Searched full:glyphoffsets (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.h 96 FT_ULong* glyphoffsets; member in struct:GX_BlendRec_
ttgxvar.c 421 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
431 blend->glyphoffsets[i] = offsetToData + FT_GET_LONG();
442 blend->glyphoffsets[i] = offsetToData + FT_GET_USHORT() * 2;
    [all...]
  /external/freetype/src/truetype/
ttgxvar.h 96 FT_ULong* glyphoffsets; member in struct:GX_BlendRec_
ttgxvar.c 421 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
431 blend->glyphoffsets[i] = offsetToData + FT_GET_LONG();
442 blend->glyphoffsets[i] = offsetToData + FT_GET_USHORT() * 2;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgxvar.h 96 FT_ULong* glyphoffsets; member in struct:GX_BlendRec_
ttgxvar.c 421 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
431 blend->glyphoffsets[i] = offsetToData + FT_GET_LONG();
442 blend->glyphoffsets[i] = offsetToData + FT_GET_USHORT() * 2;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 474 const DWRITE_GLYPH_OFFSET *glyphOffsets;
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 253 glyphRun.glyphOffsets = (DWRITE_GLYPH_OFFSET*)glyph_offsets;
  /external/chromium_org/third_party/skia/src/ports/
SkScalerContext_win_dw.cpp 428 run.glyphOffsets = &offset;
692 run.glyphOffsets = &offset;
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 428 run.glyphOffsets = &offset;
658 run.glyphOffsets = &offset;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]

Completed in 4486 milliseconds