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

  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit0.c 331 metrics->horiAdvance = p[4];
642 FT_Byte horiAdvance = decoder->metrics->horiAdvance;
678 decoder->metrics->horiAdvance = horiAdvance;
ttsbit.c 357 metrics->horiAdvance = p[4];
678 FT_Byte horiAdvance = decoder->metrics->horiAdvance;
715 decoder->metrics->horiAdvance = horiAdvance;
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 357 metrics->horiAdvance = p[4];
678 FT_Byte horiAdvance = decoder->metrics->horiAdvance;
715 decoder->metrics->horiAdvance = horiAdvance;
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h 222 /* horiAdvance :: */
241 /* `horiAdvance' or `vertAdvance'; you have to manually adjust these */
251 FT_Pos horiAdvance;
    [all...]
  /external/freetype/include/freetype/
freetype.h 222 /* horiAdvance :: */
241 /* `horiAdvance' or `vertAdvance'; you have to manually adjust these */
251 FT_Pos horiAdvance;
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 346 /* horiAdvance :: The horizontal advance. */
361 FT_Byte horiAdvance;
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 346 /* horiAdvance :: The horizontal advance. */
361 FT_Byte horiAdvance;
    [all...]

Completed in 45 milliseconds