Searched defs:yStart (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderMatrixUtil.cpp355 int32_t yStart,
363 if (!IsEmpty(matrix->Get(xStart + x, yStart))) {
367 matrix->Set(xStart + x, yStart, HORIZONTAL_SEPARATION_PATTERN[0][x]);
372 int32_t yStart,
380 if (!IsEmpty(matrix->Get(xStart, yStart + y))) {
384 matrix->Set(xStart, yStart + y, VERTICAL_SEPARATION_PATTERN[y][0]);
389 int32_t yStart,
399 if (!IsEmpty(matrix->Get(xStart + x, y + yStart))) {
403 matrix->Set(xStart + x, yStart + y, POSITION_ADJUSTMENT_PATTERN[y][x]);
409 int32_t yStart,
353 EmbedHorizontalSeparationPattern( int32_t xStart, int32_t yStart, CBC_CommonByteMatrix* matrix, int32_t& e) argument
370 EmbedVerticalSeparationPattern( int32_t xStart, int32_t yStart, CBC_CommonByteMatrix* matrix, int32_t& e) argument
387 EmbedPositionAdjustmentPattern( int32_t xStart, int32_t yStart, CBC_CommonByteMatrix* matrix, int32_t& e) argument
407 EmbedPositionDetectionPattern( int32_t xStart, int32_t yStart, CBC_CommonByteMatrix* matrix, int32_t& e) argument
[all...]
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc289 GLfloat yStart = 1.0f - 2.0f * _stopHeight; local
311 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
312 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 2892 milliseconds