HomeSort by relevance Sort by last modified time
    Searched defs:fullRect (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
DeferredCanvasTest.cpp 56 SkRect fullRect;
57 fullRect.setXYWH(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(gWidth),
101 canvas.drawRect(fullRect, paint);
113 canvas.drawRect(fullRect, paint);
123 canvas.drawRect(fullRect, paint);
135 canvas.drawRect(fullRect, paint);
156 canvas.drawRect(fullRect, paint);
165 canvas.drawRect(fullRect, paint);
175 canvas.drawRect(fullRect, paint);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 210 MosaicRect fullRect;
212 fullRect.left = (int) floor(global_rect.lft); // min-x
213 fullRect.top = (int) floor(global_rect.bot); // min-y
214 fullRect.right = (int) ceil(global_rect.rgt); // max-x
215 fullRect.bottom = (int) ceil(global_rect.top);// max-y
216 Mwidth = (unsigned short) (fullRect.right - fullRect.left + 1);
217 Mheight = (unsigned short) (fullRect.bottom - fullRect.top + 1);
223 xLeftMost = max(0, max(xLeftCorners[0], xLeftCorners[1]) - fullRect.left + 1)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 210 MosaicRect fullRect;
212 fullRect.left = (int) floor(global_rect.lft); // min-x
213 fullRect.top = (int) floor(global_rect.bot); // min-y
214 fullRect.right = (int) ceil(global_rect.rgt); // max-x
215 fullRect.bottom = (int) ceil(global_rect.top);// max-y
216 Mwidth = (unsigned short) (fullRect.right - fullRect.left + 1);
217 Mheight = (unsigned short) (fullRect.bottom - fullRect.top + 1);
223 xLeftMost = max(0, max(xLeftCorners[0], xLeftCorners[1]) - fullRect.left + 1)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java     [all...]

Completed in 427 milliseconds