Home
last modified time | relevance | path

Searched refs:sourceWidth (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Main/
DFrameBufferGDI.cpp85 int sourceWidth = sourceRect ? sourceRect->x1 - sourceRect->x0 : width; in blit() local
92 … destTop, destWidth, destHeight, bitmapContext, sourceLeft, sourceTop, sourceWidth, sourceHeight, … in blit()
/external/swiftshader/src/WSI/
DFrameBufferGDI.cpp85 int sourceWidth = sourceRect ? sourceRect->x1 - sourceRect->x0 : width; in blit() local
92 … destTop, destWidth, destHeight, bitmapContext, sourceLeft, sourceTop, sourceWidth, sourceHeight, … in blit()
/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp358 UMeasureFormatWidth sourceWidth = widthFromKey(key); in consumeAlias() local
359 if (sourceWidth == UMEASFMT_WIDTH_COUNT) { in consumeAlias()
374 cacheData.widthFallback[sourceWidth] = targetWidth; in consumeAlias()
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp766 const int sourceWidth = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getWidth()) : (fboTexW); in render() local
768 const int gridRenderWidth = de::min(256, sourceWidth); in render()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2042 const int sourceWidth, in forEach()
2059 const float srcInvW = 1.0f / static_cast<float>(sourceWidth); in forEach()