Home
last modified time | relevance | path

Searched refs:xEnd (Results 1 – 8 of 8) sorted by relevance

/external/skia/third_party/etc1/
Detc1.cpp541 etc1_uint32 xEnd = width - x; in etc1_encode_image() local
542 if (xEnd > 4) { in etc1_encode_image()
543 xEnd = 4; in etc1_encode_image()
545 int mask = ymask & kXMask[xEnd]; in etc1_encode_image()
550 memcpy(q, p, xEnd * 3); in etc1_encode_image()
552 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { in etc1_encode_image()
593 etc1_uint32 xEnd = width - x; in etc1_decode_image() local
594 if (xEnd > 4) { in etc1_decode_image()
595 xEnd = 4; in etc1_decode_image()
603 memcpy(p, q, xEnd * 3); in etc1_decode_image()
[all …]
/external/skia/src/codec/
DSkGifCodec.cpp254 const int xEnd = std::min(frame->frameRect().right(), fReader->screenWidth()); in initializeSwizzler() local
258 SkIRect swizzleRect = SkIRect::MakeLTRB(xBegin, 0, xEnd, 0); in initializeSwizzler()
438 const int xEnd = std::min(xBegin + width, this->getInfo().width()); in haveDecodedRow() local
442 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java251 float xEnd = right; in update() local
254 xEnd = left; in update()
261 mRayEnd.set(xEnd, centerOffsetY); in update()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c487 const int xBegin = -15, xEnd = 15; in createGroundPlane() local
488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()
503 for (x = xBegin; x < xEnd; ++x) in createGroundPlane()
/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp564 int xEnd = (instanceNdx + 1) * wid / m_numInstances; in computeReference() local
606 for (int x = xStart; x < xEnd; x++) in computeReference()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp249 const int xEnd = regionOffset.x() + regionSize.x(); in countPixels() local
253 DE_ASSERT(xEnd <= pixels.getWidth()); in countPixels()
257 for (int x = regionOffset.x(); x < xEnd; ++x) in countPixels()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp99 const int xEnd = (col+1)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp180 const int xEnd = (col+1)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
184 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()