/external/skia/tests/ |
PathOpsSimplifyQuadralateralsThreadedTest.cpp | 23 int cx = state.fC & 0x03; local 43 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy)); 56 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
|
PathOpsSimplifyTrianglesThreadedTest.cpp | 23 int cx = state.fC & 0x03; local 44 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy)); 54 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy); 88 int cx = c & 0x03; local 90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
|
PathOpsQuadLineIntersectionThreadedTest.cpp | 81 int cx = state.fC & 0x03; local 84 {(double) cx, (double) cy}}};
|
/packages/apps/Gallery/src/com/android/camera/ |
RotateBitmap.java | 60 int cx = mBitmap.getWidth() / 2; local 62 matrix.preTranslate(-cx, -cy);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutPoint.java | 112 int cx = mCanvas.getHorizontalTransform().translate(x); local 115 return ControlPoint.create(mCanvas, cx, cy);
|
/external/chromium_org/skia/ext/ |
recursive_gaussian_convolution_unittest.cc | 187 const int cx = centre_point.x(); local 189 unsigned char value_x = output[dest_row_stride * cy + cx]; 196 EXPECT_EQ(output[dest_row_stride * cy + cx - offset], 197 output[dest_row_stride * cy + cx + offset]); 198 EXPECT_LE(output[dest_row_stride * cy + cx - offset], value_x); 199 value_x = output[dest_row_stride * cy + cx - offset]; 202 EXPECT_EQ(output[dest_row_stride * (cy - offset) + cx], 203 output[dest_row_stride * (cy + offset) + cx]); 204 EXPECT_LE(output[dest_row_stride * (cy - offset) + cx], value_y); 205 value_y = output[dest_row_stride * (cy - offset) + cx]; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
RadialGradientAttributes.h | 46 SVGLength* cx() const { return m_cx.get(); } function in struct:blink::RadialGradientAttributes
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_rast_tri_tmp.h | 119 int cx[NR_PLANES]; local 126 cx[j] = (c[j] 130 TAG(do_block_4)(task, tri, plane, px, py, cx); 222 int cx[NR_PLANES]; local 225 cx[j] = (c[j] 232 TAG(do_block_16)(task, tri, plane, px, py, cx); 315 const int cx = (plane[j].c - 1 local 319 mask &= ~sign_bits4(cstep4[j], cx); 346 const int cx = (plane[j].c local 354 __m128i cstep0 = _mm_setr_epi32(cx, cx + dcdx, cx + dcdx*2, cx + dcdx*3) [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
EdgeWalkerPolygon4x4_Test.cpp | 21 int cx = state.c & 0x03; local 41 path.lineTo(cx, cy); 53 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy); 115 int cx = state.c & 0x03; local 136 path.lineTo(cx, cy); 146 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy); 186 int cx = c & 0x03; local 188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) { 212 int cx = state.c & 0x03; local 231 path.lineTo(cx, cy) 278 int cx = c & 0x03; local [all...] |
EdgeWalkerPolygons_Mismatches.cpp | 1596 int cx = miss.c & 0x03; local [all...] |
/external/chromium_org/third_party/skia/gm/ |
tablecolorfilter.cpp | 39 SkScalar cx = SkIntToScalar(W)/2; local 50 canvas.drawCircle(cx, cy, cx, paint);
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkReduceOrder.cpp | 223 double cx = cubic[index].fX; local 225 double denom = SkTMax(fabs(cx), SkTMax(fabs(cy), 233 if (approximately_equal_half(cx * inv, cubic[minX].fX * inv)) {
|
/external/chromium_org/third_party/skia/tests/ |
PathOpsQuadLineIntersectionThreadedTest.cpp | 81 int cx = state.fC & 0x03; local 84 {(double) cx, (double) cy}}};
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_tri_tmp.h | 119 int cx[NR_PLANES]; local 126 cx[j] = (c[j] 130 TAG(do_block_4)(task, tri, plane, px, py, cx); 222 int cx[NR_PLANES]; local 225 cx[j] = (c[j] 232 TAG(do_block_16)(task, tri, plane, px, py, cx); 315 const int cx = (plane[j].c - 1 local 319 mask &= ~sign_bits4(cstep4[j], cx); 346 const int cx = (plane[j].c local 354 __m128i cstep0 = _mm_setr_epi32(cx, cx + dcdx, cx + dcdx*2, cx + dcdx*3) [all...] |
/external/skia/experimental/Intersection/ |
EdgeWalkerPolygon4x4_Test.cpp | 21 int cx = state.c & 0x03; local 41 path.lineTo(cx, cy); 53 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy); 115 int cx = state.c & 0x03; local 136 path.lineTo(cx, cy); 146 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy); 186 int cx = c & 0x03; local 188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) { 212 int cx = state.c & 0x03; local 231 path.lineTo(cx, cy) 278 int cx = c & 0x03; local [all...] |
EdgeWalkerPolygons_Mismatches.cpp | 1596 int cx = miss.c & 0x03; local [all...] |
/external/skia/gm/ |
tablecolorfilter.cpp | 39 SkScalar cx = SkIntToScalar(W)/2; local 50 canvas.drawCircle(cx, cy, cx, paint);
|
/external/skia/src/pathops/ |
SkReduceOrder.cpp | 223 double cx = cubic[index].fX; local 225 double denom = SkTMax(fabs(cx), SkTMax(fabs(cy), 233 if (approximately_equal_half(cx * inv, cubic[minX].fX * inv)) {
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicYuvToRGB.cpp | 159 int cx = (x1 >> 1) * cstep; local 160 *out = rsYuvToRGBA_uchar4(Y[x1], u[cx], v[cx]); 193 int cx = (x1 >> 1) * cstep; local 194 *out = rsYuvToRGBA_uchar4(Y[x1], u[cx], v[cx]); 197 *out = rsYuvToRGBA_uchar4(Y[x1], u[cx], v[cx]);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dsquery.h | 47 INT cx; member in struct:__anon50218
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
sigcontext32.h | 80 unsigned int cx; member in struct:sigcontext_ia32
|
/development/ndk/platforms/android-L/arch-x86/include/asm/ |
sigcontext32.h | 80 unsigned int cx; member in struct:sigcontext_ia32
|
/development/ndk/platforms/android-L/arch-x86_64/include/asm/ |
sigcontext32.h | 80 unsigned int cx; member in struct:sigcontext_ia32
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
vp_motionmodel.c | 343 VP_PAR cx, cy; local 356 cx = (VP_PAR) (w/2.0); 363 MXW(R2r)=cx*(((VP_PAR)1.0) - inv_zoom);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Compass.java | 106 int cx = w / 2; local 109 canvas.translate(cx, cy);
|