/external/chromium_org/third_party/freetype/src/base/ |
ftmm.c | 113 FT_UInt num_coords, 125 error = service->set_mm_design( face, num_coords, coords ); 136 FT_UInt num_coords, 148 error = service->set_var_design( face, num_coords, coords ); 159 FT_UInt num_coords, 171 error = service->set_mm_blend( face, num_coords, coords ); 185 FT_UInt num_coords, 197 error = service->set_mm_blend( face, num_coords, coords );
|
/external/freetype/src/base/ |
ftmm.c | 113 FT_UInt num_coords, 125 error = service->set_mm_design( face, num_coords, coords ); 136 FT_UInt num_coords, 148 error = service->set_var_design( face, num_coords, coords ); 159 FT_UInt num_coords, 171 error = service->set_mm_blend( face, num_coords, coords ); 185 FT_UInt num_coords, 197 error = service->set_mm_blend( face, num_coords, coords );
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftmm.h | 287 /* num_coords :: The number of design coordinates (must be equal to */ 297 FT_UInt num_coords, 314 /* num_coords :: The number of design coordinates (must be equal to */ 324 FT_UInt num_coords, 341 /* num_coords :: The number of design coordinates (must be equal to */ 352 FT_UInt num_coords, 366 FT_UInt num_coords,
|
/external/freetype/include/freetype/ |
ftmm.h | 287 /* num_coords :: The number of design coordinates (must be equal to */ 297 FT_UInt num_coords, 314 /* num_coords :: The number of design coordinates (must be equal to */ 324 FT_UInt num_coords, 341 /* num_coords :: The number of design coordinates (must be equal to */ 352 FT_UInt num_coords, 366 FT_UInt num_coords,
|
/external/chromium_org/third_party/freetype/include/freetype/internal/services/ |
svmm.h | 48 FT_UInt num_coords, 53 FT_UInt num_coords, 58 FT_UInt num_coords,
|
/external/freetype/include/freetype/internal/services/ |
svmm.h | 48 FT_UInt num_coords, 53 FT_UInt num_coords, 58 FT_UInt num_coords,
|
/external/chromium_org/third_party/freetype/src/truetype/ |
ttgxvar.h | 146 FT_UInt num_coords, 151 FT_UInt num_coords,
|
ttgxvar.c | [all...] |
/external/freetype/src/truetype/ |
ttgxvar.h | 146 FT_UInt num_coords, 151 FT_UInt num_coords,
|
ttgxvar.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tex_sample.c | 179 unsigned num_coords, 191 lp_build_sample_nop(gallivm, type, num_coords, coords, texel); 200 num_coords, coords,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tex_sample.c | 179 unsigned num_coords, 191 lp_build_sample_nop(gallivm, type, num_coords, coords, texel); 200 num_coords, coords,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
path.c | 134 VGint num_coords) 139 for (i = 0; i < num_coords; ++i) { 146 for (i = 0; i < num_coords; ++i) { 153 for (i = 0; i < num_coords; ++i) { 159 memcpy(common_data, data, sizeof(VGfloat) * num_coords); 168 void *pdata, VGint num_coords, 178 for (i = 0; i < num_coords; ++i) { 306 VGint num_coords) 314 for (i = 0; i < num_coords; ++i) { 821 VGint num_coords = num_elements_for_segments(&pd->segment, 1) local 922 VGint num_coords = path_num_coords(src); local 1716 VGint num_coords; local 1800 VGint num_coords; local 1974 VGint num_coords; local [all...] |
path.h | 125 VGint num_coords);
|
stroker.c | 79 VGint num_coords; member in struct:stroke_iterator 204 itr->num_coords = coords->num_elements; 230 itr->coord_position = itr->num_coords - 753 VGint num_coords) 760 data -= num_coords; 795 array_append_data(stroker->control_points, coords, num_coords); [all...] |
vgu.c | 45 VGint num_coords) 50 vg_float_to_datatype(path_datatype(p), common_data, coords, num_coords); local
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
path.c | 134 VGint num_coords) 139 for (i = 0; i < num_coords; ++i) { 146 for (i = 0; i < num_coords; ++i) { 153 for (i = 0; i < num_coords; ++i) { 159 memcpy(common_data, data, sizeof(VGfloat) * num_coords); 168 void *pdata, VGint num_coords, 178 for (i = 0; i < num_coords; ++i) { 306 VGint num_coords) 314 for (i = 0; i < num_coords; ++i) { 821 VGint num_coords = num_elements_for_segments(&pd->segment, 1) local 922 VGint num_coords = path_num_coords(src); local 1716 VGint num_coords; local 1800 VGint num_coords; local 1974 VGint num_coords; local [all...] |
path.h | 125 VGint num_coords);
|
stroker.c | 79 VGint num_coords; member in struct:stroke_iterator 204 itr->num_coords = coords->num_elements; 230 itr->coord_position = itr->num_coords - 753 VGint num_coords) 760 data -= num_coords; 795 array_append_data(stroker->control_points, coords, num_coords); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_llvm_sample.c | 174 unsigned num_coords, 190 num_coords, coords,
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm_sample.c | 174 unsigned num_coords, 190 num_coords, coords,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.h | 415 unsigned num_coords, 444 unsigned num_coords,
|
lp_bld_tgsi_soa.c | 1151 unsigned num_coords; local 1303 unsigned num_coords, has_lod; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.h | 415 unsigned num_coords, 444 unsigned num_coords,
|
lp_bld_tgsi_soa.c | 1151 unsigned num_coords; local 1303 unsigned num_coords, has_lod; local [all...] |