HomeSort by relevance Sort by last modified time
    Searched refs:FT_Outline_Decompose (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/freetype/include/freetype/
ftoutln.h 72 /* FT_Outline_Decompose */
85 /* FT_Outline_Decompose */
109 FT_Outline_Decompose( FT_Outline* outline,
    [all...]
  /external/freetype/include/freetype/
ftoutln.h 72 /* FT_Outline_Decompose */
85 /* FT_Outline_Decompose */
109 FT_Outline_Decompose( FT_Outline* outline,
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftbbox.c 52 /* FT_Outline_Decompose(). It simply records the destination point */
145 /* FT_Outline_Decompose(). It checks a conic Bezier curve with the */
497 /* FT_Outline_Decompose(). It checks a cubic Bezier curve with the */
636 error = FT_Outline_Decompose( outline, &bbox_interface, &user );
ftoutln.c 51 FT_Outline_Decompose( FT_Outline* outline,
88 FT_TRACE5(( "FT_Outline_Decompose: Outline %d\n", n ));
282 FT_TRACE5(( "FT_Outline_Decompose: Done\n", n ));
286 FT_TRACE5(( "FT_Outline_Decompose: Error %d\n", error ));
  /external/freetype/src/base/
ftbbox.c 52 /* FT_Outline_Decompose(). It simply records the destination point */
145 /* FT_Outline_Decompose(). It checks a conic Bezier curve with the */
497 /* FT_Outline_Decompose(). It checks a cubic Bezier curve with the */
636 error = FT_Outline_Decompose( outline, &bbox_interface, &user );
ftoutln.c 51 FT_Outline_Decompose( FT_Outline* outline,
88 FT_TRACE5(( "FT_Outline_Decompose: Outline %d\n", n ));
282 FT_TRACE5(( "FT_Outline_Decompose: Done\n", n ));
286 FT_TRACE5(( "FT_Outline_Decompose: Error %d\n", error ));
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 563 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path);
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 574 FT_Error err = FT_Outline_Decompose(&face->glyph->outline, &funcs, path);
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c     [all...]
  /external/freetype/src/smooth/
ftgrays.c     [all...]

Completed in 892 milliseconds