Home
last modified time | relevance | path

Searched defs:sourceWidth (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Main/
DFrameBufferGDI.cpp85 int sourceWidth = sourceRect ? sourceRect->x1 - sourceRect->x0 : width; in blit() local
/external/swiftshader/src/WSI/
DFrameBufferGDI.cpp85 int sourceWidth = sourceRect ? sourceRect->x1 - sourceRect->x0 : width; in blit() local
/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp358 UMeasureFormatWidth sourceWidth = widthFromKey(key); in consumeAlias() local
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp766 const int sourceWidth = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getWidth()) : (fboTexW); in render() local