HomeSort by relevance Sort by last modified time
    Searched defs:coords (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geoposition.h 50 Coordinates* coords() const { return m_coordinates.get(); } function in class:WebCore::Geoposition
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.h 44 /* all coords are absolute, even if segment is relative */
45 const VGfloat *coords; member in struct:path_for_each_data
vgu.c 44 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 = malloc(sizeof(VGfloat) * count * 2)
138 VGfloat coords[5]; local
232 VGfloat coords[12]; local
267 VGfloat coords[40]; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.h 44 /* all coords are absolute, even if segment is relative */
45 const VGfloat *coords; member in struct:path_for_each_data
vgu.c 44 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 = malloc(sizeof(VGfloat) * count * 2)
138 VGfloat coords[5]; local
232 VGfloat coords[12]; local
267 VGfloat coords[40]; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftmm.h 165 /* 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/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 23 // We only make the key indicate that device coords are referenced when the local coords
101 const GrGLShaderVar* coords; local
105 coords = &builder->localCoordsAttribute();
109 coords = &builder->positionAttribute();
112 coords = NULL; // prevents warning
113 GrCrash("Unexpected coords type.");
115 // varying = matrix * coords (logically)
119 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, coords->c_str());
124 vsVaryingName, uniName, coords->c_str())
    [all...]
  /external/freetype/include/freetype/
ftmm.h 165 /* 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/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 23 // We only make the key indicate that device coords are referenced when the local coords
101 const GrGLShaderVar* coords; local
105 coords = &builder->localCoordsAttribute();
109 coords = &builder->positionAttribute();
112 coords = NULL; // prevents warning
113 GrCrash("Unexpected coords type.");
115 // varying = matrix * coords (logically)
119 builder->vsCodeAppendf("\t%s = %s;\n", vsVaryingName, coords->c_str());
124 vsVaryingName, uniName, coords->c_str())
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 33 const char* coords; variable
34 GrSLType coordsType = fEffectMatrix.emitCode(builder, key, &coords);
38 coords,
GrTextureDomainEffect.cpp 54 const char* coords; local
55 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, &coords);
62 coords, domain, domain);
85 coords);
89 coords, domain, domain, domain);
91 coords, domain, domain, domain);
96 builder->fsCodeAppendf("\toutside.xy = lessThan(%s, %s.xy);\n", coords, domain);
97 builder->fsCodeAppendf("\toutside.zw = greaterThan(%s, %s.zw);\n", coords, domain);
102 coords);
237 CoordsType coords = random->nextBool() ? kLocal_CoordsType : kPosition_CoordsType local
    [all...]
GrConvolutionEffect.cpp 69 const char* coords; local
70 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, &coords);
86 builder->fsCodeAppendf("\t\tvec2 coord = %s - %d.0 * %s;\n", coords, fRadius, imgInc);
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 33 const char* coords; variable
34 GrSLType coordsType = fEffectMatrix.emitCode(builder, key, &coords);
38 coords,
GrTextureDomainEffect.cpp 54 const char* coords; local
55 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, &coords);
62 coords, domain, domain);
85 coords);
89 coords, domain, domain, domain);
91 coords, domain, domain, domain);
96 builder->fsCodeAppendf("\toutside.xy = lessThan(%s, %s.xy);\n", coords, domain);
97 builder->fsCodeAppendf("\toutside.zw = greaterThan(%s, %s.zw);\n", coords, domain);
102 coords);
237 CoordsType coords = random->nextBool() ? kLocal_CoordsType : kPosition_CoordsType local
    [all...]
GrConvolutionEffect.cpp 69 const char* coords; local
70 fEffectMatrix.emitCodeMakeFSCoords2D(builder, key, &coords);
86 builder->fsCodeAppendf("\t\tvec2 coord = %s - %d.0 * %s;\n", coords, fRadius, imgInc);
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 37 PointerCoords coords; local
38 coords.clear();
40 ASSERT_EQ(0ULL, coords.bits);
45 PointerCoords coords; local
46 coords.clear();
49 ASSERT_EQ(0, coords.getAxisValue(0))
51 ASSERT_EQ(0, coords.getAxisValue(1))
55 ASSERT_EQ(OK, coords.setAxisValue(1, 5));
56 ASSERT_EQ(0x00000002ULL, coords.bits);
57 ASSERT_EQ(5, coords.values[0])
    [all...]
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 133 float[] coords = { local
142 mFVertexBuffer.put(coords[i*3+j] * 2.0f);
  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 107 Rect coords = new Rect(); local
108 mContent.cellToRect(cellX, cellY, 1, 1, coords);
112 coords.offset(hotseatInParent[0], hotseatInParent[1]);
117 int cellPaddingX = (int) Math.max(0, ((coords.width() - cWidth) / 2f));
118 int cellPaddingY = (int) Math.max(0, ((coords.height() - cHeight) / 2f));
119 coords.offset(cellPaddingX, cellPaddingY);
121 return coords;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 88 float[] coords = { local
100 mFVertexBuffer.put(coords[i * 3 + j] * 2.0f);
106 mTexBuffer.put(coords[i * 3 + j] * 2.0f + 0.5f);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 231 float[] coords = { local
240 mFVertexBuffer.put(coords[i*3+j] * 2.0f);
246 mTexBuffer.put(coords[i*3+j] * 2.0f + 0.5f);
TriangleRenderer.java 199 float[] coords = { local
208 mFVertexBuffer.put(coords[i*3+j] * 2.0f);
214 mTexBuffer.put(coords[i*3+j] * 2.0f + 0.5f);
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 159 float[] coords = new float[] { x0, y0, x1, y0, x0, y1, x1, y1 }; local
160 mPosVertices.put(coords).position(0);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 364 LLVMValueRef coords; local
376 coords = lp_build_emit_fetch( &bld->bld_base, inst, 0 , LP_CHAN_ALL);
384 ddx = lp_build_ddx( &bld->bld_base.base, coords );
385 ddy = lp_build_ddy( &bld->bld_base.base, coords );
397 coords, derivs,
  /external/eigen/bench/
sparse_setter.cpp 47 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, const Values& vals)
68 Coordinates coords; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 364 LLVMValueRef coords; local
376 coords = lp_build_emit_fetch( &bld->bld_base, inst, 0 , LP_CHAN_ALL);
384 ddx = lp_build_ddx( &bld->bld_base.base, coords );
385 ddy = lp_build_ddy( &bld->bld_base.base, coords );
397 coords, derivs,

Completed in 577 milliseconds

1 2 3 4