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

1 2

  /external/harfbuzz_ng/src/
hb-shape-plan-private.hh 51 unsigned int num_coords; member in struct:hb_shape_plan_t
60 , unsigned int num_coords
hb-shape-plan.cc 50 unsigned int num_coords,
54 "num_features=%d num_coords=%d shaper_list=%p",
56 num_coords,
67 coords, num_coords); \
135 unsigned int num_coords,
139 "face=%p num_features=%d num_coords=%d shaper_list=%p",
142 num_coords,
155 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int))))
177 shape_plan->num_coords = num_coords
395 unsigned int num_coords; member in struct:hb_shape_plan_proposal_t
    [all...]
hb-shape-plan.h 61 unsigned int num_coords,
70 unsigned int num_coords,
hb-ot-shape-private.hh 82 unsigned int num_coords)
86 map.compile (plan.map, coords, num_coords);
hb-shape.cc 130 font->coords, font->num_coords,
hb-fallback-shape.cc 78 unsigned int num_coords HB_UNUSED)
hb-ft.cc 744 unsigned int num_coords; local
745 const int *coords = hb_font_get_var_coords_normalized (font, &num_coords);
746 if (num_coords)
748 FT_Fixed *ft_coords = (FT_Fixed *) calloc (num_coords, sizeof (FT_Fixed));
751 for (unsigned int i = 0; i < num_coords; i++)
753 FT_Set_Var_Blend_Coordinates (ft_face, num_coords, ft_coords);
  /external/freetype/include/freetype/
ftmm.h 313 /* num_coords :: The number of available design coordinates. If it */
325 FT_UInt num_coords,
343 /* num_coords :: The number of available design coordinates. If it */
355 FT_UInt num_coords,
373 /* num_coords :: The number of design coordinates to retrieve. If it */
385 FT_UInt num_coords,
404 /* num_coords :: The number of available design coordinates. If it */
419 FT_UInt num_coords,
437 /* num_coords :: The number of normalized blend coordinates to */
450 FT_UInt num_coords,
    [all...]
  /external/freetype/include/freetype/internal/services/
svmm.h 48 FT_UInt num_coords,
53 FT_UInt num_coords,
58 FT_UInt num_coords,
63 FT_UInt num_coords,
68 FT_UInt num_coords,
73 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 152 FT_UInt num_coords,
169 error = service->set_mm_design( face, num_coords, coords );
187 FT_UInt num_coords,
205 error = service_mm->set_var_design( face, num_coords, coords );
232 FT_UInt num_coords,
249 error = service->get_var_design( face, num_coords, coords );
260 FT_UInt num_coords,
278 error = service_mm->set_mm_blend( face, num_coords, coords );
308 FT_UInt num_coords,
326 error = service_mm->set_mm_blend( face, num_coords, coords )
    [all...]
  /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/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,
  /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/ilo/shader/
ilo_shader_fs.c 569 struct toy_src *coords, int num_coords,
576 assert(num_coords <= 4);
577 assert(num_derivs <= 3 && num_derivs <= num_coords);
582 for (i = 0; i < num_coords; i++)
584 num_params = num_coords;
588 for (i = 0; i < num_coords; i++)
594 for (i = 0; i < num_coords; i++)
600 for (i = 0; i < num_coords; i++)
610 for (i = 0; i < num_coords; i++)
617 assert(num_coords <= 3)
725 int num_coords, ref_pos, num_derivs; local
    [all...]
ilo_shader_vs.c 321 struct toy_src coords, int num_coords,
325 const unsigned coords_writemask = (1 << num_coords) - 1;
329 assert(num_coords <= 4);
330 assert(num_derivs <= 3 && num_derivs <= num_coords);
362 assert(num_coords <= 3);
397 int num_coords, ref_pos, num_derivs; local
410 num_coords = tgsi_util_get_texture_coord_dim(inst->tex.target);
431 num_derivs = num_coords;
476 num_coords = 0;
481 num_coords = 0
    [all...]
  /external/freetype/src/truetype/
ttgxvar.h 306 FT_UInt num_coords,
311 FT_UInt num_coords,
316 FT_UInt num_coords,
325 FT_UInt num_coords,
354 FT_UInt *num_coords,
ttgxvar.c     [all...]
  /external/harfbuzz_ng/util/
helper-cairo.cc 106 unsigned int num_coords; local
107 const int *coords = hb_font_get_var_coords_normalized (font, &num_coords);
108 if (num_coords)
110 FT_Fixed *ft_coords = (FT_Fixed *) calloc (num_coords, sizeof (FT_Fixed));
113 for (unsigned int i = 0; i < num_coords; i++)
115 FT_Set_Var_Blend_Coordinates (ft_face, num_coords, ft_coords);
  /external/freetype/src/cff/
cffload.h 109 FT_UInt *num_coords,
cffdrivr.c 951 FT_UInt num_coords,
957 return mm->set_mm_blend( FT_FACE( face ), num_coords, coords );
963 FT_UInt num_coords,
969 return mm->get_mm_blend( FT_FACE( face ), num_coords, coords );
986 FT_UInt num_coords,
992 return mm->set_var_design( FT_FACE( face ), num_coords, coords );
998 FT_UInt num_coords,
1004 return mm->get_var_design( FT_FACE( face ), num_coords, coords );
    [all...]
  /external/skia/src/gpu/gl/
GrGLPath.cpp 35 inline int num_coords(SkPath::Verb verb) { function in namespace:__anon31002
180 SkDEBUGCODE(numCoords += num_coords(verb));
241 SkDEBUGCODE(verbCoordCnt += num_coords(v));

Completed in 537 milliseconds

1 2