Home
last modified time | relevance | path

Searched refs:texRect (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/src/
Dopengl.cpp1413 void cv::ogl::render(const ogl::Texture2D& tex, Rect_<double> wndRect, Rect_<double> texRect) in render() argument
1418 (void) texRect; in render()
1455 texRect.x, texRect.y, in render()
1456 texRect.x, texRect.y + texRect.height, in render()
1457 texRect.x + texRect.width, texRect.y + texRect.height, in render()
1458 texRect.x + texRect.width, texRect.y in render()
/external/skia/src/gpu/batches/
DGrDrawAtlasBatch.cpp223 SkRect texRect = SkRect::MakeLTRB(random->nextRangeScalar(kMinCoord, kMaxCoord), in random_texRect() local
227 texRect.sort(); in random_texRect()
228 return texRect; in random_texRect()
/external/skia/include/gpu/
DGrDrawContext.h202 const SkRect texRect[],
/external/opencv3/modules/core/include/opencv2/core/
Dopengl.hpp497 Rect_<double> texRect = Rect_<double>(0.0, 0.0, 1.0, 1.0));
/external/skia/src/gpu/
DGrDrawContext.cpp455 const SkRect texRect[], in drawAtlas() argument
469 xform, texRect, colors)); in drawAtlas()
DSkGpuDevice.cpp1736 const SkRect texRect[], const SkColor colors[], int count, in drawAtlas() argument
1740 this->INHERITED::drawAtlas(draw, atlas, xform, texRect, colors, count, mode, paint); in drawAtlas()
1763 fDrawContext->drawAtlas(fClip, grPaint, *draw.fMatrix, count, xform, texRect, colors); in drawAtlas()