HomeSort by relevance Sort by last modified time
    Searched refs:FT_Pos (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/freetype/src/smooth/
ftsmooth.c 110 FT_Pos x_shift = 0;
111 FT_Pos y_shift = 0;
112 FT_Pos x_left, y_top;
113 FT_Pos width, height, pitch;
115 FT_Pos height_org, width_org;
  /external/freetype/src/cff/
cffgload.c 479 FT_Pos x,
480 FT_Pos y,
517 FT_Pos x,
518 FT_Pos y )
562 FT_Pos x,
563 FT_Pos y )
731 FT_Pos asb,
732 FT_Pos adx,
733 FT_Pos ady,
744 FT_Pos glyph_width
    [all...]
  /external/freetype/src/truetype/
ttgload.c 94 FT_Pos yMax,
340 FT_Pos x;
478 FT_Pos y = 0;
487 y = (FT_Pos)FT_NEXT_BYTE( p );
496 y = (FT_Pos)FT_NEXT_SHORT( p );
514 FT_Pos y = 0;
523 y = (FT_Pos)FT_NEXT_BYTE( p );
532 y = (FT_Pos)FT_NEXT_SHORT( p );
1028 FT_Pos x, y;
    [all...]
ttinterp.h 67 FT_Pos dx,
68 FT_Pos dy );
ttgxvar.c     [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 93 FT_Pos yMax,
339 FT_Pos x;
476 FT_Pos y = 0;
485 y = (FT_Pos)FT_NEXT_BYTE( p );
494 y = (FT_Pos)FT_NEXT_SHORT( p );
512 FT_Pos y = 0;
521 y = (FT_Pos)FT_NEXT_BYTE( p );
530 y = (FT_Pos)FT_NEXT_SHORT( p );
1004 FT_Pos x, y;
    [all...]
ttgxvar.c     [all...]
  /external/freetype/src/psaux/
psobjs.c     [all...]
t1decode.c 186 FT_Pos asb,
187 FT_Pos adx,
188 FT_Pos ady,
370 FT_Pos x, y, orig_x, orig_y;
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
psobjs.c     [all...]
t1decode.c 186 FT_Pos asb,
187 FT_Pos adx,
188 FT_Pos ady,
370 FT_Pos x, y, orig_x, orig_y;
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 623 ? ( (req)->width * (FT_Pos)(req)->horiResolution + 36 ) / 72 \
628 ? ( (req)->height * (FT_Pos)(req)->vertResolution + 36 ) / 72 \
656 FT_Pos advance );
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftobjs.h 617 ? ( (req)->width * (FT_Pos)(req)->horiResolution + 36 ) / 72 \
622 ? ( (req)->height * (FT_Pos)(req)->vertResolution + 36 ) / 72 \
650 FT_Pos advance );
    [all...]
  /external/freetype/src/base/
ftglyph.c 129 cbox->xMax = cbox->xMin + (FT_Pos)( glyph->bitmap.width * 64 );
131 cbox->yMin = cbox->yMax - (FT_Pos)( glyph->bitmap.rows * 64 );
ftbitmap.c 273 FT_Pos xStrength,
274 FT_Pos yStrength )
  /external/pdfium/third_party/freetype/src/base/
ftglyph.c 129 cbox->xMax = cbox->xMin + (FT_Pos)( glyph->bitmap.width << 6 );
131 cbox->yMin = cbox->yMax - (FT_Pos)( glyph->bitmap.rows << 6 );
ftbitmap.c 273 FT_Pos xStrength,
274 FT_Pos yStrength )
  /external/freetype/include/freetype/
t1tables.h 347 FT_Pos stroke_width;
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
t1tables.h 347 FT_Pos stroke_width;
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h 347 FT_Pos stroke_width;
    [all...]
  /external/freetype/src/cache/
ftcsbits.c 135 FT_Pos xadvance, yadvance; /* FT_GlyphSlot->advance.{x|y} */
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 276 FT_Pos ppem_, upem_; /* to reduce casts */
309 ppem_ = (FT_Pos)ppem;
310 upem_ = (FT_Pos)upem;
    [all...]
  /external/ImageMagick/MagickCore/
annotate.c     [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1gload.c 154 FT_Pos* max_advance )
t1objs.c 480 FT_Pos max_advance;

Completed in 602 milliseconds

1 2 34 5