Searched refs:sourceWidth (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Main/ |
D | FrameBufferGDI.cpp | 85 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/ |
D | FrameBufferGDI.cpp | 85 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/ |
D | measfmt.cpp | 358 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/ |
D | es3fFramebufferBlitTests.cpp | 766 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/ |
D | vktApiCopiesAndBlittingTests.cpp | 2042 const int sourceWidth, in forEach() 2059 const float srcInvW = 1.0f / static_cast<float>(sourceWidth); in forEach()
|