Searched refs:offY (Results 1 - 5 of 5) sorted by relevance

/external/skia/bench/
H A DReadPixBench.cpp33 int offY = (size.height() - kWindowSize) / kNumStepsY; variable
51 canvas->readPixels(&bitmap, x * offX, y * offY);
/external/opencv/cv/src/
H A Dcvoptflowbm.cpp365 int offX = 0, offY = 0; local
379 offY = int_velocityY[j];
389 icvCopyBM_8u_C1R( imgB + (Y1 + offY)*imgStep + (X1 + offX),
401 icvCopyBM_8u_C1R( imgB + (Y1 + offY) * imgStep + (X1 + offX), imgStep,
433 int Y2 = Y1 + offY + ss[k].y;
513 int_velocityY[j] = VelocityY + (offY << 16);
/external/skia/src/gpu/
H A DGrAtlas.h54 void init(GrAtlas* atlas, int id, int offX, int offY, int width, int height, size_t bpp,
H A DGrAtlas.cpp42 void GrPlot::init(GrAtlas* atlas, int id, int offX, int offY, int width, int height, size_t bpp, argument
47 fOffset.set(offX * width, offY * height);
H A DGrBatchAtlas.cpp157 int offX, int offY, int width, int height, size_t bpp) {
164 fY = offY;
167 fOffset.set(offX * width, offY * height);
156 init(GrBatchAtlas* atlas, GrTexture* texture, int index, uint32_t generation, int offX, int offY, int width, int height, size_t bpp) argument

Completed in 138 milliseconds