Searched refs:offY (Results 1 - 5 of 5) sorted by relevance
/external/skia/bench/ |
H A D | ReadPixBench.cpp | 33 int offY = (size.height() - kWindowSize) / kNumStepsY; variable 51 canvas->readPixels(&bitmap, x * offX, y * offY);
|
/external/opencv/cv/src/ |
H A D | cvoptflowbm.cpp | 365 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 D | GrAtlas.h | 54 void init(GrAtlas* atlas, int id, int offX, int offY, int width, int height, size_t bpp,
|
H A D | GrAtlas.cpp | 42 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 D | GrBatchAtlas.cpp | 157 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