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

  /external/freetype/include/
ftmm.h 283 /* num_coords :: The number of available design coordinates. If it */
295 FT_UInt num_coords,
312 /* num_coords :: The number of available design coordinates. If it */
324 FT_UInt num_coords,
341 /* num_coords :: The number of available design coordinates. If it */
354 FT_UInt num_coords,
368 FT_UInt num_coords,
  /external/pdfium/third_party/freetype/include/freetype/
ftmm.h 283 /* num_coords :: The number of available design coordinates. If it */
295 FT_UInt num_coords,
312 /* num_coords :: The number of available design coordinates. If it */
324 FT_UInt num_coords,
341 /* num_coords :: The number of available design coordinates. If it */
354 FT_UInt num_coords,
368 FT_UInt num_coords,
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmm.h 283 /* num_coords :: The number of available design coordinates. If it */
295 FT_UInt num_coords,
312 /* num_coords :: The number of available design coordinates. If it */
324 FT_UInt num_coords,
341 /* num_coords :: The number of available design coordinates. If it */
354 FT_UInt num_coords,
368 FT_UInt num_coords,
  /external/freetype/src/base/
ftmm.c 123 FT_UInt num_coords,
140 error = service->set_mm_design( face, num_coords, coords );
151 FT_UInt num_coords,
168 error = service->set_var_design( face, num_coords, coords );
179 FT_UInt num_coords,
196 error = service->set_mm_blend( face, num_coords, coords );
210 FT_UInt num_coords,
227 error = service->set_mm_blend( face, num_coords, coords );
  /external/pdfium/third_party/freetype/src/base/
ftmm.c 123 FT_UInt num_coords,
140 error = service->set_mm_design( face, num_coords, coords );
151 FT_UInt num_coords,
168 error = service->set_var_design( face, num_coords, coords );
179 FT_UInt num_coords,
196 error = service->set_mm_blend( face, num_coords, coords );
210 FT_UInt num_coords,
227 error = service->set_mm_blend( face, num_coords, coords );
  /external/freetype/include/internal/services/
svmm.h 48 FT_UInt num_coords,
53 FT_UInt num_coords,
58 FT_UInt num_coords,
  /external/pdfium/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/pdfium/third_party/freetype/src/type1/
t1load.h 78 FT_UInt num_coords,
83 FT_UInt num_coords,
88 FT_UInt num_coords,
t1load.c 367 FT_UInt num_coords,
377 if ( num_coords > blend->num_axis )
378 num_coords = blend->num_axis;
393 factor = m < num_coords ? coords[m] : 0x8000;
413 FT_UInt num_coords,
424 if ( num_coords > blend->num_axis )
425 num_coords = blend->num_axis;
440 if ( n < num_coords )
493 FT_UInt num_coords,
500 if ( num_coords > T1_MAX_MM_AXIS
    [all...]
  /external/freetype/src/truetype/
ttgxvar.h 146 FT_UInt num_coords,
151 FT_UInt num_coords,
ttgxvar.c     [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.h 146 FT_UInt num_coords,
151 FT_UInt num_coords,
ttgxvar.c     [all...]
  /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/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...]
vgu.c 45 VGint num_coords)
50 vg_float_to_datatype(path_datatype(p), common_data, coords, num_coords); local
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm_sample.c 174 unsigned num_coords,
190 num_coords, coords,
  /external/skia/src/gpu/gl/
GrGLPath.cpp 35 inline int num_coords(SkPath::Verb verb) { function in namespace:__anon23057
172 SkDEBUGCODE(numCoords += num_coords(verb));
231 SkDEBUGCODE(verbCoordCnt += num_coords(v));
  /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...]
lp_bld_tgsi.h 176 unsigned num_coords,
lp_bld_sample_soa.c     [all...]

Completed in 236 milliseconds