| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | afdummy.c | 41 af_dummy_hints_apply( FT_UInt glyph_index, AF_GlyphHints hints, FT_Outline* outline, AF_StyleMetrics metrics ) af_dummy_hints_apply() argument
|
| H A D | afindic.c | 77 af_indic_hints_apply( FT_UInt glyph_index, AF_GlyphHints hints, FT_Outline* outline, AF_CJKMetrics metrics ) af_indic_hints_apply() argument
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | ftoutln.h | 215 FT_Outline_Check( FT_Outline* outline ); global() variable 418 FT_Outline_Reverse( FT_Outline* outline ); global() variable 570 FT_Outline_Get_Orientation( FT_Outline* outline ); global() variable [all...] |
| H A D | ftstroke.h | 225 FT_Outline_GetInsideBorder( FT_Outline* outline ); variable 246 FT_Outline_GetOutsideBorder( FT_Outline* outline ); variable [all...] |
| H A D | ftglyph.h | 220 FT_Outline outline; member [all...] |
| /third_party/skia/third_party/externals/freetype/src/base/ |
| H A D | ftsynth.c | 50 FT_Outline* outline; in FT_GlyphSlot_Oblique() local
|
| H A D | ftoutln.c | 457 FT_Outline_Get_CBox( const FT_Outline* outline, FT_BBox *acbox ) FT_Outline_Get_CBox() argument 507 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) FT_Outline_Translate() argument 706 FT_Outline_Transform( const FT_Outline* outline, const FT_Matrix* matrix ) FT_Outline_Transform() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | psft.h | 156 cf2_outline_reset( CF2_Outline outline ); variable 158 cf2_outline_close( CF2_Outline outline ); variable
|
| H A D | psfont.h | 93 CF2_OutlineRec outline; /* freetype glyph outline functions */ member
|
| H A D | psft.c | 92 cf2_setGlyphWidth( CF2_Outline outline, in cf2_setGlyphWidth() argument 135 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_moveTo() local 159 CF2_Outline outline = (CF2_Outline)callbacks; in cf2_builder_lineTo() local 203 CF2_Outline outline = (CF2_Outline)callbacks; cf2_builder_cubeTo() local 249 cf2_outline_init( CF2_Outline outline, FT_Memory memory, FT_Error* error ) cf2_outline_init() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/raster/ |
| H A D | ftrend1.c | 99 FT_Outline* outline = &slot->outline; in ft_raster1_render() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_debug.cpp | 106 char outline[1024]; in disassemble() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Primitive.hpp | 70 Span outline[OUTLINE_RESOLUTION]; member
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Primitive.hpp | 75 Span outline[OUTLINE_RESOLUTION]; member
|
| /third_party/skia/third_party/externals/freetype/src/tools/ |
| H A D | test_bbox.c | 135 profile_outline( FT_Outline* outline, in profile_outline() argument [all...] |
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | ftgloadr.h | 52 FT_Outline outline; /* outline */ member
|
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| H A D | ftsdfrend.c | 253 FT_Outline* outline = &slot->outline; in ft_sdf_render() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/smooth/ |
| H A D | ftsmooth.c | 128 ft_smooth_raster_lcd( FT_Renderer render, FT_Outline* outline, FT_Bitmap* bitmap ) ft_smooth_raster_lcd() argument 195 ft_smooth_raster_lcdv( FT_Renderer render, FT_Outline* outline, FT_Bitmap* bitmap ) ft_smooth_raster_lcdv() argument 271 ft_smooth_raster_lcd( FT_Renderer render, FT_Outline* outline, FT_Bitmap* bitmap ) ft_smooth_raster_lcd() argument 303 ft_smooth_raster_lcdv( FT_Renderer render, FT_Outline* outline, FT_Bitmap* bitmap ) ft_smooth_raster_lcdv() argument 368 ft_smooth_raster_overlap( FT_Renderer render, FT_Outline* outline, FT_Bitmap* bitmap ) ft_smooth_raster_overlap() argument 434 FT_Outline* outline = &slot->outline; ft_smooth_render() local [all...] |
| /third_party/skia/gm/ |
| H A D | path_stroke_with_zero_length.cpp | 70 SkPaint outline; in draw_path_cell() local 80 canvas->drawRect(SkRect::MakeWH(w, h), outline); in draw_path_cell() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | ass_split.h | 56 float outline; member
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_print_asm.cpp | 271 disasm_instr(amd_gfx_level gfx_level, LLVMDisasmContextRef disasm, uint32_t* binary, unsigned exec_size, size_t pos, char* outline, unsigned outline_size) disasm_instr() argument 390 char outline[1024]; print_asm_llvm() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrgload.c | 82 FT_Outline* outline = &loader->current.outline; in pfr_glyph_close_contour() local 131 FT_Outline* outline = &loader->current.outline; pfr_glyph_line_to() local 167 FT_Outline* outline = &loader->current.outline; pfr_glyph_curve_to() local [all...] |
| H A D | pfrobjs.c | 325 FT_Outline* outline = &pfrslot->outline; in FT_LOCAL_DEF() local [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | grep.c | 94 static void outline(char *line, char dash, char *name, long lcount, long bcount, in outline() function
|
| /third_party/backends/backend/ |
| H A D | sp15c.h | 172 int outline; member
|