Searched refs:coords (Results 1 - 25 of 232) sorted by relevance

12345678910

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_context.h194 static INLINE void vg_shift_rectx(VGfloat coords[4], argument
198 coords[0] += shift;
199 coords[2] -= shift;
201 coords[2] = MIN2(coords[2], bounds[2]);
203 if ((coords[0] + coords[2]) > (bounds[0] + bounds[2])) {
204 coords[2] = (bounds[0] + bounds[2]) - coords[0];
209 static INLINE void vg_shift_recty(VGfloat coords[ argument
223 vg_bound_rect(VGfloat coords[4], const VGfloat bounds[4], VGfloat shift[4]) argument
[all...]
H A Dvgu.c44 const VGfloat *coords,
50 vg_float_to_datatype(path_datatype(p), common_data, coords, num_coords); local
59 VGfloat coords[4]; local
70 coords[0] = x0;
71 coords[1] = y0;
72 coords[2] = x1;
73 coords[3] = y1;
75 vgu_append_float_coords(path, cmds, 2, coords, 4);
86 VGfloat *coords; local
104 coords
41 vgu_append_float_coords(VGPath path, const VGubyte *cmds, VGint num_cmds, const VGfloat *coords, VGint num_coords) argument
138 VGfloat coords[5]; local
232 VGfloat coords[12]; local
267 VGfloat coords[40]; local
[all...]
H A Dstroker.c71 void (*current_coords)(struct stroke_iterator *it, VGfloat *coords);
77 const VGfloat *coords; member in struct:stroke_iterator
90 static void stroke_itr_coords(struct stroke_iterator *itr, VGfloat *coords) argument
92 itr->current_coords(itr, coords);
95 static void stroke_fw_itr_coords(struct stroke_iterator *itr, VGfloat *coords) argument
101 coords[0] = itr->coords[itr->coord_position];
102 coords[1] = itr->coords[itr->coord_position + 1];
105 coords[
122 stroke_bw_itr_coords(struct stroke_iterator *itr, VGfloat *coords) argument
196 stroke_itr_common_init(struct stroke_iterator *itr, struct array *cmds, struct array *coords) argument
207 stroke_forward_iterator(struct stroke_iterator *itr, struct array *cmds, struct array *coords) argument
221 stroke_backward_iterator(struct stroke_iterator *itr, struct array *cmds, struct array *coords) argument
305 stroke_flat_itr_coords(struct stroke_iterator *itr, VGfloat *coords) argument
331 stroke_flat_iterator(struct stroke_iterator *itr, struct array *cmds, struct array *coords) argument
553 VGfloat coords[2] = {x, y}; local
570 VGfloat coords[2] = {x, y}; local
588 VGfloat coords[6] = {px1, py1, px2, py2, x, y}; local
750 stroker_add_segment(struct stroker *stroker, VGPathCommand cmd, const VGfloat *coords, VGint num_coords) argument
800 VGfloat coords[2] = {x, y}; local
816 VGfloat coords[] = {x, y}; local
831 VGfloat coords[] = {px1, py1, local
844 is_segment_null(VGPathCommand cmd, VGfloat *coords, VGfloat *res) argument
906 VGfloat coords[8]; local
1056 VGfloat data[8], coords[8]; local
1169 VGfloat coords[8]; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_context.h194 static INLINE void vg_shift_rectx(VGfloat coords[4], argument
198 coords[0] += shift;
199 coords[2] -= shift;
201 coords[2] = MIN2(coords[2], bounds[2]);
203 if ((coords[0] + coords[2]) > (bounds[0] + bounds[2])) {
204 coords[2] = (bounds[0] + bounds[2]) - coords[0];
209 static INLINE void vg_shift_recty(VGfloat coords[ argument
223 vg_bound_rect(VGfloat coords[4], const VGfloat bounds[4], VGfloat shift[4]) argument
[all...]
H A Dvgu.c44 const VGfloat *coords,
50 vg_float_to_datatype(path_datatype(p), common_data, coords, num_coords); local
59 VGfloat coords[4]; local
70 coords[0] = x0;
71 coords[1] = y0;
72 coords[2] = x1;
73 coords[3] = y1;
75 vgu_append_float_coords(path, cmds, 2, coords, 4);
86 VGfloat *coords; local
104 coords
41 vgu_append_float_coords(VGPath path, const VGubyte *cmds, VGint num_cmds, const VGfloat *coords, VGint num_coords) argument
138 VGfloat coords[5]; local
232 VGfloat coords[12]; local
267 VGfloat coords[40]; local
[all...]
H A Dstroker.c71 void (*current_coords)(struct stroke_iterator *it, VGfloat *coords);
77 const VGfloat *coords; member in struct:stroke_iterator
90 static void stroke_itr_coords(struct stroke_iterator *itr, VGfloat *coords) argument
92 itr->current_coords(itr, coords);
95 static void stroke_fw_itr_coords(struct stroke_iterator *itr, VGfloat *coords) argument
101 coords[0] = itr->coords[itr->coord_position];
102 coords[1] = itr->coords[itr->coord_position + 1];
105 coords[
122 stroke_bw_itr_coords(struct stroke_iterator *itr, VGfloat *coords) argument
196 stroke_itr_common_init(struct stroke_iterator *itr, struct array *cmds, struct array *coords) argument
207 stroke_forward_iterator(struct stroke_iterator *itr, struct array *cmds, struct array *coords) argument
221 stroke_backward_iterator(struct stroke_iterator *itr, struct array *cmds, struct array *coords) argument
305 stroke_flat_itr_coords(struct stroke_iterator *itr, VGfloat *coords) argument
331 stroke_flat_iterator(struct stroke_iterator *itr, struct array *cmds, struct array *coords) argument
553 VGfloat coords[2] = {x, y}; local
570 VGfloat coords[2] = {x, y}; local
588 VGfloat coords[6] = {px1, py1, px2, py2, x, y}; local
750 stroker_add_segment(struct stroker *stroker, VGPathCommand cmd, const VGfloat *coords, VGint num_coords) argument
800 VGfloat coords[2] = {x, y}; local
816 VGfloat coords[] = {x, y}; local
831 VGfloat coords[] = {px1, py1, local
844 is_segment_null(VGPathCommand cmd, VGfloat *coords, VGfloat *res) argument
906 VGfloat coords[8]; local
1056 VGfloat data[8], coords[8]; local
1169 VGfloat coords[8]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddrawtex.c69 _mesa_DrawTexfv(const GLfloat *coords) argument
72 draw_texture(ctx, coords[0], coords[1], coords[2], coords[3], coords[4]);
86 _mesa_DrawTexiv(const GLint *coords) argument
89 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
90 (GLfloat) coords[
104 _mesa_DrawTexsv(const GLshort *coords) argument
126 _mesa_DrawTexxv(const GLfixed *coords) argument
[all...]
H A Ddrawtex.h38 _mesa_DrawTexfv(const GLfloat *coords);
44 _mesa_DrawTexiv(const GLint *coords);
50 _mesa_DrawTexsv(const GLshort *coords);
56 _mesa_DrawTexxv(const GLfixed *coords);
/external/mesa3d/src/mesa/main/
H A Ddrawtex.c69 _mesa_DrawTexfv(const GLfloat *coords) argument
72 draw_texture(ctx, coords[0], coords[1], coords[2], coords[3], coords[4]);
86 _mesa_DrawTexiv(const GLint *coords) argument
89 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
90 (GLfloat) coords[
104 _mesa_DrawTexsv(const GLshort *coords) argument
126 _mesa_DrawTexxv(const GLfixed *coords) argument
[all...]
H A Ddrawtex.h38 _mesa_DrawTexfv(const GLfloat *coords);
44 _mesa_DrawTexiv(const GLint *coords);
50 _mesa_DrawTexsv(const GLshort *coords);
56 _mesa_DrawTexxv(const GLfixed *coords);
/external/chromium_org/chrome/test/chromedriver/js/
H A Dget_element_region.js21 var coords = element.coords.split(',');
23 if (coords.length != 4)
25 var leftX = Number(coords[0]);
26 var topY = Number(coords[1]);
27 var rightX = Number(coords[2]);
28 var bottomY = Number(coords[3]);
36 if (coords.length != 3)
38 var centerX = Number(coords[0]);
39 var centerY = Number(coords[
[all...]
/external/eigen/bench/
H A Dsparse_setter.cpp47 EIGEN_DONT_INLINE Scalar* setinnerrand_eigen(const Coordinates& coords, const Values& vals);
48 EIGEN_DONT_INLINE Scalar* setrand_eigen_dynamic(const Coordinates& coords, const Values& vals);
49 EIGEN_DONT_INLINE Scalar* setrand_eigen_compact(const Coordinates& coords, const Values& vals);
50 EIGEN_DONT_INLINE Scalar* setrand_eigen_sumeq(const Coordinates& coords, const Values& vals);
51 EIGEN_DONT_INLINE Scalar* setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals);
52 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_dense(const Coordinates& coords, const Values& vals);
53 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals);
54 EIGEN_DONT_INLINE Scalar* setrand_scipy(const Coordinates& coords, const Values& vals);
55 EIGEN_DONT_INLINE Scalar* setrand_ublas_mapped(const Coordinates& coords, const Values& vals);
56 EIGEN_DONT_INLINE Scalar* setrand_ublas_coord(const Coordinates& coords, cons
68 Coordinates coords; local
194 setinnerrand_eigen(const Coordinates& coords, const Values& vals) argument
208 setrand_eigen_dynamic(const Coordinates& coords, const Values& vals) argument
222 setrand_eigen_sumeq(const Coordinates& coords, const Values& vals) argument
241 setrand_eigen_compact(const Coordinates& coords, const Values& vals) argument
255 setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals) argument
271 setrand_eigen_google_dense(const Coordinates& coords, const Values& vals) argument
284 setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals) argument
405 setrand_scipy(const Coordinates& coords, const Values& vals) argument
425 setrand_ublas_mapped(const Coordinates& coords, const Values& vals) argument
464 setrand_ublas_genvec(const Coordinates& coords, const Values& vals) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeoposition.idl30 readonly attribute Coordinates coords;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DPastePopupMenu.java121 final int[] coords = new int[2];
122 mParent.getLocationInWindow(coords);
123 coords[0] += mPositionX;
124 coords[1] += mPositionY;
132 if (coords[1] < minOffsetY) {
140 coords[1] += height;
141 coords[1] += mLineOffsetY;
147 coords[0] += handleHalfWidth + width / 2;
149 coords[0] -= handleHalfWidth + width / 2;
153 coords[
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftmm.h165 /* coords :: The design coordinates for this style. */
172 FT_Fixed* coords; member in struct:FT_Var_Named_Style_
290 /* coords :: An array of design coordinates. */
298 FT_Long* coords );
317 /* coords :: An array of design coordinates. */
325 FT_Fixed* coords );
344 /* coords :: The design coordinates array (each element must be */
353 FT_Fixed* coords );
367 FT_Fixed* coords );
/external/freetype/include/
H A Dftmm.h165 /* coords :: The design coordinates for this style. */
172 FT_Fixed* coords; member in struct:FT_Var_Named_Style_
289 /* coords :: An array of design coordinates. */
297 FT_Long* coords );
316 /* coords :: An array of design coordinates. */
324 FT_Fixed* coords );
343 /* coords :: The design coordinates array (each element must be */
352 FT_Fixed* coords );
366 FT_Fixed* coords );
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmm.h165 /* coords :: The design coordinates for this style. */
172 FT_Fixed* coords; member in struct:FT_Var_Named_Style_
290 /* coords :: An array of design coordinates. */
298 FT_Long* coords );
317 /* coords :: An array of design coordinates. */
325 FT_Fixed* coords );
344 /* coords :: The design coordinates array (each element must be */
353 FT_Fixed* coords );
367 FT_Fixed* coords );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftmm.h165 /* coords :: The design coordinates for this style. */
172 FT_Fixed* coords; member in struct:FT_Var_Named_Style_
290 /* coords :: An array of design coordinates. */
298 FT_Long* coords );
317 /* coords :: An array of design coordinates. */
325 FT_Fixed* coords );
344 /* coords :: The design coordinates array (each element must be */
353 FT_Fixed* coords );
367 FT_Fixed* coords );
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.idl23 [Reflect] attribute DOMString coords;
/external/chromium_org/third_party/freetype/src/base/
H A Dftmm.c114 FT_Long* coords )
125 error = service->set_mm_design( face, num_coords, coords );
137 FT_Fixed* coords )
148 error = service->set_var_design( face, num_coords, coords );
160 FT_Fixed* coords )
171 error = service->set_mm_blend( face, num_coords, coords );
186 FT_Fixed* coords )
197 error = service->set_mm_blend( face, num_coords, coords );
/external/deqp/modules/gles2/functional/
H A Des2fShaderReturnTests.cpp63 inline void evalReturnAlways (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); }
64 inline void evalReturnNever (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(3,2,1); }
65 inline void evalReturnDynamic (ShaderEvalContext& c) { c.color.xyz() = (c.coords.x()+c.coords.y() >= 0.0f) ? c.coords.swizzle(0,1,2) : c.coords.swizzle(3,2,1); }
171 const char* coords = isVertex ? "a_coords" : "v_coords"; local
178 params["COORDS"] = coords;
186 case RETURNMODE_DYNAMIC: params["RETURNCOND"] = string(coords) + ".x+" + coords
226 const char* coords = isVertex ? "a_coords" : "v_coords"; local
271 const char* coords = isVertex ? "a_coords" : "v_coords"; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderReturnTests.cpp58 inline void evalReturnAlways (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); }
59 inline void evalReturnNever (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(3,2,1); }
60 inline void evalReturnDynamic (ShaderEvalContext& c) { c.color.xyz() = (c.coords.x()+c.coords.y() >= 0.0f) ? c.coords.swizzle(0,1,2) : c.coords.swizzle(3,2,1); }
145 const char* coords = isVertex ? "a_coords" : "v_coords"; local
151 params["COORDS"] = coords;
159 case RETURNMODE_DYNAMIC: params["RETURNCOND"] = string(coords) + ".x+" + coords
201 const char* coords = isVertex ? "a_coords" : "v_coords"; local
247 const char* coords = isVertex ? "a_coords" : "v_coords"; local
[all...]
/external/freetype/src/base/
H A Dftmm.c114 FT_Long* coords )
125 error = service->set_mm_design( face, num_coords, coords );
137 FT_Fixed* coords )
148 error = service->set_var_design( face, num_coords, coords );
160 FT_Fixed* coords )
171 error = service->set_mm_blend( face, num_coords, coords );
186 FT_Fixed* coords )
197 error = service->set_mm_blend( face, num_coords, coords );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftmm.c114 FT_Long* coords )
125 error = service->set_mm_design( face, num_coords, coords );
137 FT_Fixed* coords )
148 error = service->set_var_design( face, num_coords, coords );
160 FT_Fixed* coords )
171 error = service->set_mm_blend( face, num_coords, coords );
186 FT_Fixed* coords )
197 error = service->set_mm_blend( face, num_coords, coords );
/external/skia/src/gpu/gl/
H A DGrGLVertexEffect.h32 const TransformedCoordsArray& coords,
43 const TransformedCoordsArray& coords,

Completed in 553 milliseconds

12345678910