/external/pdfium/fxbarcode/qrcode/ |
BC_QRCoderMatrixUtil.h | 54 int32_t yStart, 58 int32_t yStart, 62 int32_t yStart, 66 int32_t yStart,
|
BC_QRCoderMatrixUtil.cpp | 343 int32_t yStart, 351 if (!IsEmpty(matrix->Get(xStart + x, yStart))) { 355 matrix->Set(xStart + x, yStart, HORIZONTAL_SEPARATION_PATTERN[0][x]); 360 int32_t yStart, 368 if (!IsEmpty(matrix->Get(xStart, yStart + y))) { 372 matrix->Set(xStart, yStart + y, VERTICAL_SEPARATION_PATTERN[y][0]); 377 int32_t yStart, 387 if (!IsEmpty(matrix->Get(xStart + x, y + yStart))) { 391 matrix->Set(xStart + x, yStart + y, POSITION_ADJUSTMENT_PATTERN[y][x]); 397 int32_t yStart, [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
single_source_script.rs | 47 opts.yStart = 0; 57 opts.yStart = 0;
|
/external/skia/gm/ |
arcto.cpp | 135 for (int yStart = 0; yStart < kParsePathTestDimension; yStart += 100) { 137 str.printf("<g transform='translate(%d,%d) scale(%d,%d)'>\n", xStart, yStart, 140 str.printf("<clipPath id='clip_%d_%d'>\n", xStart, yStart); 171 str.printf(" clip-path='url(#clip_%d_%d)'/>\n", xStart, yStart);
|
/external/skqp/gm/ |
arcto.cpp | 135 for (int yStart = 0; yStart < kParsePathTestDimension; yStart += 100) { 137 str.printf("<g transform='translate(%d,%d) scale(%d,%d)'>\n", xStart, yStart, 140 str.printf("<clipPath id='clip_%d_%d'>\n", xStart, yStart); 171 str.printf(" clip-path='url(#clip_%d_%d)'/>\n", xStart, yStart);
|
/cts/tests/tests/transition/src/android/transition/cts/ |
FadeTest.java | 255 private static double[] getMeans(Bitmap bitmap1, Bitmap bitmap2, int xStart, int yStart) { 260 avg0 += getIntensity(bitmap1.getPixel(xStart + x, yStart + y)); 261 avg1 += getIntensity(bitmap2.getPixel(xStart + x, yStart + y)); 275 int xStart, int yStart) { 281 double v0 = getIntensity(bitmap1.getPixel(xStart + x, yStart + y)) - mean0; 282 double v1 = getIntensity(bitmap2.getPixel(xStart + x, yStart + y)) - mean1; 310 private static boolean isWindowWhite(Bitmap bitmap, int xStart, int yStart) { 313 if (bitmap.getPixel(xStart + x, yStart + y) != Color.WHITE) {
|
/external/replicaisland/src/com/replica/replicaisland/ |
BackgroundCollisionComponent.java | 222 float yStart = top; 226 mRayStart.set(centerOffsetX, yStart);
|
/external/webrtc/webrtc/modules/video_render/mac/ |
video_render_nsopengl.mm | 292 GLfloat yStart = 1.0f - 2.0f * _stopHeight; 307 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart); 308 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
|
video_render_agl.cc | 289 GLfloat yStart = 1.0f - 2.0f * _stopHeight; 311 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart); 312 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart); [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceScript.java | 499 float yStart = Float.parseFloat(args[1]); 505 float y = yStart; 511 float yStep = (yEnd - yStart) / stepCount; [all...] |
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
vktMultiViewRenderTests.cpp | [all...] |
/external/swiftshader/src/Device/ |
Blitter.cpp | 175 float yStart = sRect.y0 + (0.5f - dRect.y0) * h; 179 float y = yStart + j * h; [all...] |
/external/swiftshader/src/Renderer/ |
Blitter.cpp | 175 float yStart = sRect.y0 + (0.5f - dRect.y0) * h; 179 float y = yStart + j * h; [all...] |
/external/zxing/core/ |
core.jar | |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiCopiesAndBlittingTests.cpp | [all...] |