HomeSort by relevance Sort by last modified time
    Searched refs:n_points (Results 51 - 58 of 58) sorted by null

1 23

  /external/freetype/src/autofit/
afcjk.c 95 if ( error || face->glyph->outline.n_points <= 0 )
348 if ( error || glyph->outline.n_points <= 0 )
    [all...]
aflatin.c 88 if ( error || face->glyph->outline.n_points <= 0 )
266 if ( error || outline.n_points <= 0 )
    [all...]
aflatin2.c 85 if ( error || face->glyph->outline.n_points <= 0 )
232 if ( error || glyph->outline.n_points <= 0 )
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 126 *nPoints = face->glyph->outline.n_points;
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c     [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c 755 hb_uint32 n_points = 0; local
759 error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, y_value, &n_points);
762 /* if n_points is set to zero, we use the design coordinate value pair.
764 if (!n_points)
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.c 755 hb_uint32 n_points = 0; local
759 error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, y_value, &n_points);
762 /* if n_points is set to zero, we use the design coordinate value pair.
764 if (!n_points)
    [all...]

Completed in 946 milliseconds

1 23