Searched refs:num_coords (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/freetype/src/base/
H A Dftmm.c111 FT_UInt num_coords,
123 error = service->set_mm_design( face, num_coords, coords );
134 FT_UInt num_coords,
146 error = service->set_var_design( face, num_coords, coords );
157 FT_UInt num_coords,
169 error = service->set_mm_blend( face, num_coords, coords );
183 FT_UInt num_coords,
195 error = service->set_mm_blend( face, num_coords, coords );
/external/freetype/src/base/
H A Dftmm.c113 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/
H A Dftmm.h287 /* 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/
H A Dftmm.h287 /* 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/
H A Dsvmm.h48 FT_UInt num_coords,
53 FT_UInt num_coords,
58 FT_UInt num_coords,
/external/freetype/include/freetype/internal/services/
H A Dsvmm.h48 FT_UInt num_coords,
53 FT_UInt num_coords,
58 FT_UInt num_coords,
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgxvar.h146 FT_UInt num_coords,
151 FT_UInt num_coords,
H A Dttgxvar.c847 /* num_coords :: Must be the axis count of the font. */
849 /* coords :: An array of num_coords, each between [-1,1]. */
856 FT_UInt num_coords,
885 if ( num_coords != mmvar->num_axis )
891 for ( i = 0; i < num_coords; ++i )
904 if ( FT_NEW_ARRAY( blend->normalizedcoords, num_coords ) )
916 for ( i = 0; i < num_coords; ++i )
931 blend->num_axis = num_coords;
934 num_coords * sizeof ( FT_Fixed ) );
983 /* num_coords
[all...]
/external/freetype/src/truetype/
H A Dttgxvar.h146 FT_UInt num_coords,
151 FT_UInt num_coords,
H A Dttgxvar.c840 /* num_coords :: Must be the axis count of the font. */
842 /* coords :: An array of num_coords, each between [-1,1]. */
849 FT_UInt num_coords,
878 if ( num_coords != mmvar->num_axis )
884 for ( i = 0; i < num_coords; ++i )
897 if ( FT_NEW_ARRAY( blend->normalizedcoords, num_coords ) )
909 for ( i = 0; i < num_coords; ++i )
924 blend->num_axis = num_coords;
927 num_coords * sizeof ( FT_Fixed ) );
976 /* num_coords
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c179 unsigned num_coords,
191 lp_build_sample_nop(gallivm, type, num_coords, coords, texel);
200 num_coords, coords,
175 lp_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c179 unsigned num_coords,
191 lp_build_sample_nop(gallivm, type, num_coords, coords, texel);
200 num_coords, coords,
175 lp_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c134 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 local
131 vg_float_to_datatype(VGPathDatatype datatype, VGubyte *common_data, const VGfloat *data, VGint num_coords) argument
167 coords_adjust_by_scale_bias(struct path *p, void *pdata, VGint num_coords, VGfloat scale, VGfloat bias, VGPathDatatype datatype) argument
303 convert_path(struct path *p, VGPathDatatype to, void *dst, VGint num_coords) argument
922 VGint num_coords = path_num_coords(src); local
954 normalize_coords(struct path_iter_data *pd, VGint *num_coords, VGfloat *data) argument
1716 VGint num_coords; local
1800 VGint num_coords; local
1974 VGint num_coords; local
[all...]
H A Dpath.h125 VGint num_coords);
H A Dstroker.c79 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);
750 stroker_add_segment(struct stroker *stroker, VGPathCommand cmd, const VGfloat *coords, VGint num_coords) argument
H A Dvgu.c45 VGint num_coords)
50 vg_float_to_datatype(path_datatype(p), common_data, coords, num_coords); local
41 vgu_append_float_coords(VGPath path, const VGubyte *cmds, VGint num_cmds, const VGfloat *coords, VGint num_coords) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c134 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 local
131 vg_float_to_datatype(VGPathDatatype datatype, VGubyte *common_data, const VGfloat *data, VGint num_coords) argument
167 coords_adjust_by_scale_bias(struct path *p, void *pdata, VGint num_coords, VGfloat scale, VGfloat bias, VGPathDatatype datatype) argument
303 convert_path(struct path *p, VGPathDatatype to, void *dst, VGint num_coords) argument
922 VGint num_coords = path_num_coords(src); local
954 normalize_coords(struct path_iter_data *pd, VGint *num_coords, VGfloat *data) argument
1716 VGint num_coords; local
1800 VGint num_coords; local
1974 VGint num_coords; local
[all...]
H A Dpath.h125 VGint num_coords);
H A Dstroker.c79 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);
750 stroker_add_segment(struct stroker *stroker, VGPathCommand cmd, const VGfloat *coords, VGint num_coords) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c174 unsigned num_coords,
190 num_coords, coords,
170 draw_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c174 unsigned num_coords,
190 num_coords, coords,
170 draw_llvm_sampler_soa_emit_fetch_texel(const struct lp_build_sampler_soa *base, struct gallivm_state *gallivm, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *texel) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h415 unsigned num_coords,
444 unsigned num_coords,
H A Dlp_bld_tgsi_soa.c1151 unsigned num_coords; local
1168 num_coords = 1;
1172 num_coords = 2;
1177 num_coords = 2;
1182 num_coords = 3;
1189 num_coords = 3;
1193 num_coords = 3;
1197 num_coords = 4;
1223 for (i = 0; i < num_coords; i++) {
1228 for (i = num_coords;
1303 unsigned num_coords, has_lod; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h415 unsigned num_coords,
444 unsigned num_coords,
H A Dlp_bld_tgsi_soa.c1151 unsigned num_coords; local
1168 num_coords = 1;
1172 num_coords = 2;
1177 num_coords = 2;
1182 num_coords = 3;
1189 num_coords = 3;
1193 num_coords = 3;
1197 num_coords = 4;
1223 for (i = 0; i < num_coords; i++) {
1228 for (i = num_coords;
1303 unsigned num_coords, has_lod; local
[all...]

Completed in 436 milliseconds

12