Searched defs:yOffset (Results 26 - 50 of 50) sorted by relevance

12

/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp468 int yOffset = rnd.getInt(0, yOffsetMax); local
472 glViewport(xOffset, yOffset, width, height);
487 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess());
492 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, referenceImg.getAccess());
H A Des3fInstancedRenderingTests.cpp445 int yOffset = rnd.getInt(0, yOffsetMax); local
451 glViewport(xOffset, yOffset, width, height);
455 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess());
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp30 float yOffset,
37 yOffset,
64 float yOffset,
71 , fYOffset(yOffset)
258 SkScalar yOffset = (texture->origin() == kTopLeft_GrSurfaceOrigin) ? fSrcRect.y() : local
263 yOffset / texture->height(),
28 Create(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
62 GrMagnifierEffect(GrTexture* texture, float xOffset, float yOffset, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) argument
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp774 const int yOffset = -dragImageOffset.y(); local
777 return IntPoint(mouseDraggedPoint.x() - dragImageOffset.x(), mouseDraggedPoint.y() + yOffset);
779 return IntPoint(dragOrigin.x() - dragImageOffset.x(), dragOrigin.y() + yOffset);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.h224 unsigned yOffset() const { return m_yOffset; } function in struct:GIFFrameContext
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.c1027 glyphpath->yOffset = font->darkenY;
1030 cf2_fixedAbs( glyphpath->yOffset ) );
1371 * that adds yOffset unconditionally to *y.
1420 *y = glyphpath->yOffset;
1428 glyphpath->yOffset );
1445 *y = glyphpath->yOffset;
1453 glyphpath->yOffset );
1467 *y = 2 * glyphpath->yOffset;
1473 *y = glyphpath->yOffset;
1481 glyphpath->yOffset );
1548 CF2_Fixed xOffset, yOffset; local
[all...]
/external/freetype/src/cff/
H A Dcf2hints.c1058 glyphpath->yOffset = font->darkenY;
1061 cf2_fixedAbs( glyphpath->yOffset ) );
1436 * that adds yOffset unconditionally to *y.
1485 *y = glyphpath->yOffset;
1493 glyphpath->yOffset );
1510 *y = glyphpath->yOffset;
1518 glyphpath->yOffset );
1532 *y = 2 * glyphpath->yOffset;
1538 *y = glyphpath->yOffset;
1546 glyphpath->yOffset );
1623 CF2_Fixed xOffset, yOffset; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.c1041 glyphpath->yOffset = font->darkenY;
1044 cf2_fixedAbs( glyphpath->yOffset ) );
1385 * that adds yOffset unconditionally to *y.
1434 *y = glyphpath->yOffset;
1442 glyphpath->yOffset );
1459 *y = glyphpath->yOffset;
1467 glyphpath->yOffset );
1481 *y = 2 * glyphpath->yOffset;
1487 *y = glyphpath->yOffset;
1495 glyphpath->yOffset );
1562 CF2_Fixed xOffset, yOffset; local
[all...]
/external/skia/tools/
H A DPictureRenderer.cpp605 * @param yOffset y-offset within destination bitmap
608 int xOffset, int yOffset) {
609 for (int y = 0; y <src.height() && y + yOffset < dst->height() ; y++) {
611 *dst->getAddr32(xOffset + x, yOffset + y) = *src.getAddr32(x, y);
607 bitmapCopyAtOffset(const SkBitmap& src, SkBitmap* dst, int xOffset, int yOffset) argument
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp1307 int yOffset = 16; local
1314 GLU_CHECK_CALL(glTexSubImage2D(GL_TEXTURE_2D, 0, xOffset, yOffset, src.getWidth(), src.getHeight(), format, type, src.getLevel(0).getDataPtr()));
1323 if (y + yOffset >= reference.getHeight())
1326 reference.getLevel(0).setPixel(src.getLevel(0).getPixel(x, y), x+xOffset, y+yOffset);
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp295 void addTextToBuffer (const string& text, int yOffset);
352 void DebugInfoRenderer::addTextToBuffer (const string& text, const int yOffset) argument
376 float ay = -1.0f + (float)(y + 0 + yOffset*(charHei+2))*0.1f/(float)(charHei+2);
377 float by = -1.0f + (float)(y + 1 + yOffset*(charHei+2))*0.1f/(float)(charHei+2);
H A DglsShaderRenderCase.cpp623 int yOffset = rnd.getInt(0, yOffsetMax); local
625 gl.viewport(xOffset, yOffset, width, height);
646 glu::readPixels(m_renderCtx, xOffset, yOffset, result.getAccess());
/external/opencv/cxcore/src/
H A Dcxarray.cpp2047 ptr += img->roi->yOffset*img->widthStep +
2817 img->roi->yOffset*img->widthStep +
2832 img->roi->yOffset*img->widthStep +
3230 static IplROI* icvCreateROI( int coi, int xOffset, int yOffset, int width, int height ) argument
3244 roi->yOffset = yOffset;
3250 roi = CvIPL.createROI( coi, xOffset, yOffset, width, height );
3384 image->roi->xOffset = image->roi->yOffset = 0;
3494 image->roi->yOffset = rect.y;
3547 rect = cvRect( img->roi->xOffset, img->roi->yOffset,
[all...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp765 int yOffset = fillLayer.backgroundYOrigin() == BottomEdge ? availableHeight - computedYPosition : computedYPosition; local
766 geometry.setNoRepeatY(top + yOffset);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp2637 LayoutUnit yOffset = yPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer()->y(); local
2638 LayoutPoint childPoint = flipFloatForWritingModeForChild(floatingObject, adjustedLocation + LayoutSize(xOffset, yOffset));
H A DRenderBox.cpp469 int yOffset = roundToInt(exposeRect.y()); local
472 yOffset = std::max(0, std::min(frameView->contentsHeight(), yOffset));
474 frameView->setScrollPosition(IntPoint(xOffset, yOffset));
/external/opencv/cxcore/include/
H A Dcxtypes.h406 int yOffset; member in struct:_IplROI
865 roi.yOffset = rect.y;
876 return cvRect( roi.xOffset, roi.yOffset, roi.width, roi.height );
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 527 milliseconds

12