Searched refs:xOffset (Results 26 - 50 of 78) sorted by relevance

1234

/external/skia/third_party/gif/
H A DSkGifImageReader.cpp713 int height, width, xOffset, yOffset; local
718 xOffset = GETINT16(currentComponent);
738 fScreenWidth = std::max(fScreenWidth, xOffset + width);
768 const bool frameIsSubset = xOffset > 0 || yOffset > 0
787 currentFrame->setXYWH(xOffset, yOffset, width, height);
/external/skqp/third_party/gif/
H A DSkGifImageReader.cpp713 int height, width, xOffset, yOffset; local
718 xOffset = GETINT16(currentComponent);
738 fScreenWidth = std::max(fScreenWidth, xOffset + width);
768 const bool frameIsSubset = xOffset > 0 || yOffset > 0
787 currentFrame->setXYWH(xOffset, yOffset, width, height);
/external/opencv/cxcore/include/
H A Dcxcore.hpp144 cvRect(image->roi->xOffset,image->roi->yOffset,
173 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
187 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels);
H A Dcxtypes.h405 int xOffset; member in struct:_IplROI
864 roi.xOffset = rect.x;
876 return cvRect( roi.xOffset, roi.yOffset, roi.width, roi.height );
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp467 int xOffset = rnd.getInt(0, xOffsetMax); 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.cpp444 int xOffset = rnd.getInt(0, xOffsetMax); local
451 glViewport(xOffset, yOffset, width, height);
455 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess());
/external/freetype/src/psaux/
H A Dpshints.h217 CF2_Fixed xOffset; /* character space offsets */ member in struct:CF2_GlyphPathRec_
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.hpp239 GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth,
271 GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth,
/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp93 float xOffset = ps[dyStart * 2]; local
99 ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
/external/skia/src/codec/
H A DSkGifCodec.cpp246 const int xBegin = frame->xOffset();
437 // (frameContext->xOffset, frameContext->yOffset). There is no guarantee
438 // that width == (size().width() - frameContext->xOffset), so
442 const int xBegin = frameContext->xOffset();
/external/skqp/src/codec/
H A DSkGifCodec.cpp246 const int xBegin = frame->xOffset();
437 // (frameContext->xOffset, frameContext->yOffset). There is no guarantee
438 // that width == (size().width() - frameContext->xOffset), so
442 const int xBegin = frameContext->xOffset();
/external/opencv/otherlibs/highgui/
H A Dhighgui.h314 roi.xOffset = r.left;
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java196 final float xOffset = x * mTileWidth;
199 final float tileSpaceLeft = left - xOffset;
200 final float tileSpaceRight = right - xOffset;
204 worldTileOffset.set(xOffset, yOffset);
/external/skia/tools/
H A Dcolorspaceinfo.cpp388 const float xOffset = 241.0f; // Num pixels until start of x-axis local
395 rgb[0].fX = xOffset + xScale * rgb[0].fX;
397 rgb[1].fX = xOffset + xScale * rgb[1].fX;
399 rgb[2].fX = xOffset + xScale * rgb[2].fX;
/external/skqp/tools/
H A Dcolorspaceinfo.cpp388 const float xOffset = 241.0f; // Num pixels until start of x-axis local
395 rgb[0].fX = xOffset + xScale * rgb[0].fX;
397 rgb[1].fX = xOffset + xScale * rgb[1].fX;
399 rgb[2].fX = xOffset + xScale * rgb[2].fX;
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp526 const float xOffset = static_cast<float>(invocationNdx) * dx; local
529 tcu::PixelBufferAccess rect = getSubregion(image, x + xOffset - size, y + yOffset - size, size + size);
/external/dng_sdk/source/
H A Ddng_resample.cpp467 const uint32 xOffset = fRadius - ((xFract >= 0.5) ? 0 : 1); local
469 const uint32 centerOffset = width * yOffset + xOffset;
/external/opencv/cvaux/src/
H A Dcv3dtracker.cpp111 ((samples[c]->roi->xOffset | samples[c]->roi->yOffset
113 samples[c]->roi->xOffset + samples[c]->roi->width > samples[c]->width ||
H A Dcvfacedetection.cpp383 lpFaceTemplate1 = new BoostingFaceTemplate(3,cvRect(FaceImage->roi->xOffset,FaceImage->roi->yOffset,
/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp655 int xOffset = rnd.getInt(0, xOffsetMax); local
658 gl.viewport(xOffset, yOffset, width, height);
683 glu::readPixels(m_renderCtx, xOffset, yOffset, result.getAccess());
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp606 int xOffset = rnd.getInt(0, xOffsetMax); local
609 gl.viewport(xOffset, yOffset, width, height);
630 glu::readPixels(m_renderCtx, xOffset, yOffset, result.getAccess());
/external/opencv/cxcore/src/
H A Dcxarray.cpp2048 img->roi->xOffset*pix_size;
2818 img->roi->xOffset*CV_ELEM_SIZE(type),
2833 img->roi->xOffset*CV_ELEM_SIZE(type),
3230 static IplROI* icvCreateROI( int coi, int xOffset, int yOffset, int width, int height ) argument
3243 roi->xOffset = xOffset;
3250 roi = CvIPL.createROI( coi, xOffset, yOffset, width, height );
3384 image->roi->xOffset = image->roi->yOffset = 0;
3493 image->roi->xOffset = rect.x;
3547 rect = cvRect( img->roi->xOffset, im
[all...]
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp773 const int xOffset = 8; local
775 const int xSize = de::clamp(16, 0, reference.getWidth() - xOffset);
786 GLU_CHECK_GLW_CALL(gl, texSubImage2D(GL_TEXTURE_2D, 0, xOffset, yOffset, src.getWidth(), src.getHeight(), m_format, m_type, src.getLevel(0).getDataPtr()));
790 tcu::copy(tcu::getSubregion(reference.getLevel(0), xOffset, yOffset, 0, xSize, ySize, 1), src.getLevel(0));
/external/freetype/src/base/
H A Dftoutln.c529 FT_Pos xOffset,
543 vec->x = ADD_LONG( vec->x, xOffset );
528 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) argument
/external/skia/src/core/
H A DSkPaint.cpp1775 SkScalar xOffset = 0;
1782 xOffset = -width;
1784 fXPos = xOffset;

Completed in 3215 milliseconds

1234