Home
last modified time | relevance | path

Searched refs:xStart (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp342 int32_t xStart, in EmbedHorizontalSeparationPattern() argument
351 if (!IsEmpty(matrix->Get(xStart + x, yStart))) { in EmbedHorizontalSeparationPattern()
355 matrix->Set(xStart + x, yStart, HORIZONTAL_SEPARATION_PATTERN[0][x]); in EmbedHorizontalSeparationPattern()
359 int32_t xStart, in EmbedVerticalSeparationPattern() argument
368 if (!IsEmpty(matrix->Get(xStart, yStart + y))) { in EmbedVerticalSeparationPattern()
372 matrix->Set(xStart, yStart + y, VERTICAL_SEPARATION_PATTERN[y][0]); in EmbedVerticalSeparationPattern()
376 int32_t xStart, in EmbedPositionAdjustmentPattern() argument
387 if (!IsEmpty(matrix->Get(xStart + x, y + yStart))) { in EmbedPositionAdjustmentPattern()
391 matrix->Set(xStart + x, yStart + y, POSITION_ADJUSTMENT_PATTERN[y][x]); in EmbedPositionAdjustmentPattern()
396 int32_t xStart, in EmbedPositionDetectionPattern() argument
[all …]
DBC_QRCoderMatrixUtil.h53 static void EmbedHorizontalSeparationPattern(int32_t xStart,
57 static void EmbedVerticalSeparationPattern(int32_t xStart,
61 static void EmbedPositionAdjustmentPattern(int32_t xStart,
65 static void EmbedPositionDetectionPattern(int32_t xStart,
/external/skia/gm/
Darcto.cpp133 for (int xStart = 0; xStart < kParsePathTestDimension; xStart += 100) { in DEF_SIMPLE_GM() local
137 str.printf("<g transform='translate(%d,%d) scale(%d,%d)'>\n", xStart, yStart, in DEF_SIMPLE_GM()
140 str.printf("<clipPath id='clip_%d_%d'>\n", xStart, yStart); in DEF_SIMPLE_GM()
171 str.printf(" clip-path='url(#clip_%d_%d)'/>\n", xStart, yStart); in DEF_SIMPLE_GM()
/external/skqp/gm/
Darcto.cpp133 for (int xStart = 0; xStart < kParsePathTestDimension; xStart += 100) { in DEF_SIMPLE_GM() local
137 str.printf("<g transform='translate(%d,%d) scale(%d,%d)'>\n", xStart, yStart, in DEF_SIMPLE_GM()
140 str.printf("<clipPath id='clip_%d_%d'>\n", xStart, yStart); in DEF_SIMPLE_GM()
171 str.printf(" clip-path='url(#clip_%d_%d)'/>\n", xStart, yStart); in DEF_SIMPLE_GM()
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DLinkAccessibilityHelper.java264 final float xStart = layout.getPrimaryHorizontal(spanStart); in getBoundsForSpan() local
272 outRect.left = (int) Math.min(xStart, xEnd); in getBoundsForSpan()
273 outRect.right = (int) Math.max(xStart, xEnd); in getBoundsForSpan()
280 outRect.right = (int) xStart; in getBoundsForSpan()
282 outRect.left = (int) xStart; in getBoundsForSpan()
/external/perfetto/ui/src/frontend/
Doverview_timeline_panel.ts88 const xStart = Math.floor(this.timeScale.timeToPx(loads[i].startSec)); constant
93 ctx.fillRect(xStart, yOff, xEnd - xStart, Math.ceil(trackHeight));
/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts137 const xStart = Math.floor(timeScale.timeToPx(this.hoveredTs)); constant
145 ctx.moveTo(xStart, y);
153 ctx.arc(xStart, y, 3 /*r*/, 0 /*start angle*/, 2 * Math.PI /*end angle*/);
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts146 const xStart = Math.floor(timeScale.timeToPx(this.hoveredTs)); constant
154 ctx.moveTo(xStart, y);
162 ctx.arc(xStart, y, 3 /*r*/, 0 /*start angle*/, 2 * Math.PI /*end angle*/);
/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java250 float xStart = left; in update() local
253 xStart = right; in update()
258 mRayStart.set(xStart, centerOffsetY); in update()
/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp563 int xStart = instanceNdx * wid / m_numInstances; in computeReference() local
606 for (int x = xStart; x < xEnd; x++) in computeReference()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc287 GLfloat xStart = 2.0f * _startWidth - 1.0f; in RenderOffScreenBuffer() local
309 glTexCoord2f(0.0, 0.0); glVertex2f(xStart, yStop); in RenderOffScreenBuffer()
312 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart); in RenderOffScreenBuffer()
Dvideo_render_nsopengl.mm290 GLfloat xStart = 2.0f * _startWidth - 1.0f;
305 glTexCoord2f(0.0, 0.0); glVertex2f(xStart, yStop);
308 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1245 int xStart = 0; in fillQuarter() local
1252 case 0: xStart = 0u; xEnd = w2; yStart = 0u; yEnd = h2; break; in fillQuarter()
1253 case 1: xStart = 0u; xEnd = w2; yStart = h2; yEnd = h; break; in fillQuarter()
1254 case 2: xStart = w2; xEnd = w; yStart = 0u; yEnd = h2; break; in fillQuarter()
1255 case 3: xStart = w2; xEnd = w; yStart = h2; yEnd = h; break; in fillQuarter()
1268 xStart = w2 + (xStart - w2) / 2; in fillQuarter()
1276 for (int x = xStart; x < xEnd; ++x) in fillQuarter()
1283 for (int x = xStart; x < xEnd; ++x) in fillQuarter()
1295 for (int x = xStart; x < xEnd; ++x) in fillQuarter()
/external/swiftshader/src/Renderer/
DBlitter.cpp174 float xStart = sRect.x0 + (0.5f - dRect.x0) * w; in blit() local
183 float x = xStart + i * w; in blit()
/external/swiftshader/src/Device/
DBlitter.cpp174 float xStart = sRect.x0 + (0.5f - dRect.x0) * w; in blit() local
183 float x = xStart + i * w; in blit()
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp3692 UINT_32 xStart = Log2(m_blockWidth[equationIndex]) + in InitEquationTable() local
3700 equation.addr[equation.numBits + i].index = xStart + i; in InitEquationTable()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2053 const int xStart = deMin32(blit.dstOffsets[0].x, blit.dstOffsets[1].x); in forEach() local
2064 for (int x = xStart; x < xEnd; x++) in forEach()
/external/syzkaller/sys/windows/
Dwindows.txt1039 LineDDA(xStart int32, yStart int32, xEnd int32, yEnd int32, lpProc ptr[inout, intptr], data int64)