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

1 2 3 4 5

  /frameworks/native/libs/input/tests/
StructLayout_test.cpp 27 PointerCoords coords; member in struct:android::Foo
31 CHECK_OFFSET(Foo, coords, 8);
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(5, coords.values[0]);
57 ASSERT_EQ(0x4000000000000000ULL, coords.bits)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geoposition.h 50 Coordinates* coords() const { return m_coordinates.get(); } function in class:blink::FINAL
  /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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
Wedge.java 63 float[] coords; local
74 coords = verts.clone();
85 coords = verts.clone();
90 mFVertexBuffer.put(coords[i * 3 + j] * 2.0f);
96 mTexBuffer.put(coords[i * 3 + j] * 2.0f + 0.5f);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
TouchEventSynthesizer.java 44 PointerCoords coords = new PointerCoords(); local
45 coords.x = scaleFactor * x;
46 coords.y = scaleFactor * y;
47 coords.pressure = 1.0f;
48 mPointerCoords[index] = coords;
  /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/freetype/include/
ftmm.h 165 /* 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/
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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/effects/
GrTextureDomain.cpp 199 const TransformedCoordsArray& coords,
205 SkString coords2D = fsBuilder->ensureFSCoords2D(coords, 0);
299 GrCoordSet coords = random->nextBool() ? kLocal_GrCoordSet : kPosition_GrCoordSet; local
305 coords);