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

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1gload.c 72 decoder->font_matrix = type1->font_matrix;
283 FT_Matrix font_matrix; local
362 font_matrix = decoder.font_matrix;
390 internal->glyph_matrix = font_matrix;
429 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L ||
430 font_matrix.xy != 0 || font_matrix.yx != 0
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1gload.c 72 decoder->font_matrix = type1->font_matrix;
283 FT_Matrix font_matrix; local
362 font_matrix = decoder.font_matrix;
390 internal->glyph_matrix = font_matrix;
429 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L ||
430 font_matrix.xy != 0 || font_matrix.yx != 0
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidgload.c 152 decoder->font_matrix = dict->font_matrix;
292 FT_Matrix font_matrix; local
339 font_matrix = decoder.font_matrix;
363 internal->glyph_matrix = font_matrix;
391 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L ||
392 font_matrix.xy != 0 || font_matrix.yx != 0
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidgload.c 147 decoder->font_matrix = dict->font_matrix;
281 FT_Matrix font_matrix; local
328 font_matrix = decoder.font_matrix;
352 internal->glyph_matrix = font_matrix;
380 if ( font_matrix.xx != 0x10000L || font_matrix.yy != 0x10000L ||
381 font_matrix.xy != 0 || font_matrix.yx != 0
    [all...]
  /external/harfbuzz_ng/util/
helper-cairo.cc 104 cairo_matrix_t ctm, font_matrix; local
108 cairo_matrix_init_scale (&font_matrix,
116 &font_matrix,
  /external/freetype/include/freetype/internal/
t1types.h 120 FT_Matrix font_matrix; member in struct:T1_FontRec_
psaux.h 684 FT_Matrix font_matrix; member in struct:T1_DecoderRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
t1types.h 118 FT_Matrix font_matrix; member in struct:T1_FontRec_
psaux.h 682 FT_Matrix font_matrix; member in struct:T1_DecoderRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
t1types.h 118 FT_Matrix font_matrix; member in struct:T1_FontRec_
psaux.h 682 FT_Matrix font_matrix; member in struct:T1_DecoderRec_
    [all...]
  /external/freetype/src/cff/
cfftypes.h 119 FT_Matrix font_matrix; member in struct:CFF_FontRecDictRec_
cffgload.c 2745 FT_Matrix font_matrix; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cfftypes.h 119 FT_Matrix font_matrix; member in struct:CFF_FontRecDictRec_
cffgload.c 2619 FT_Matrix font_matrix; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 119 FT_Matrix font_matrix; member in struct:CFF_FontRecDictRec_
cffgload.c 2619 FT_Matrix font_matrix; local
    [all...]
  /external/freetype/include/freetype/
t1tables.h 352 FT_Matrix font_matrix; member in struct:CID_FaceDictRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
t1tables.h 352 FT_Matrix font_matrix; member in struct:CID_FaceDictRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
t1tables.h 352 FT_Matrix font_matrix; member in struct:CID_FaceDictRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h 352 FT_Matrix font_matrix; member in struct:CID_FaceDictRec_
    [all...]

Completed in 311 milliseconds