/development/ide/xcode/ports/ |
D | SkBitmap_Mac.cpp | 128 CGRect rect; in drawToPort() local 129 rect.origin.x = rect.origin.y = 0; in drawToPort() 130 rect.size.width = bm.width(); in drawToPort() 131 rect.size.height = bm.height(); in drawToPort() 133 CGContextDrawImage(cg, rect, image); in drawToPort()
|
D | SkOSWindow_Mac.cpp | 84 Rect rect; in onHandleInval() local 86 rect.left = r.fLeft; in onHandleInval() 87 rect.top = r.fTop; in onHandleInval() 88 rect.right = r.fRight; in onHandleInval() 89 rect.bottom = r.fBottom; in onHandleInval() 90 InvalWindowRect((WindowRef)fHWND, &rect); in onHandleInval()
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Blend.h | 107 …**frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &croppi… 108 …void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &img… 109 …rThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, d… 125 void RoundingCroppingSizeToMultipleOf8(MosaicRect& rect);
|
D | Blend.cpp | 361 int width, int height, YUVinfo &imgMos, MosaicRect &rect, in DoMergeAndBlend() argument 368 …amidShort::allocatePyramidPacked(m_wb.nlevs,(unsigned short)rect.Width(),(unsigned short)rect.Heig… in DoMergeAndBlend() 369 …midShort::allocatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsigned short)rect.Heig… in DoMergeAndBlend() 370 …midShort::allocatePyramidPacked(m_wb.nlevsC,(unsigned short)rect.Width(),(unsigned short)rect.Heig… in DoMergeAndBlend() 398 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx); in DoMergeAndBlend() 556 ProcessPyramidForThisFrame(csite, mb->vcrect, mb->brect, rect, imgMos, mb->trs, site_idx); in DoMergeAndBlend() 792 void Blend::RoundingCroppingSizeToMultipleOf8(MosaicRect &rect) { in RoundingCroppingSizeToMultipleOf8() argument 793 int height = rect.bottom - rect.top + 1; in RoundingCroppingSizeToMultipleOf8() 795 rect.bottom -= residue; in RoundingCroppingSizeToMultipleOf8() 797 int width = rect.right - rect.left + 1; in RoundingCroppingSizeToMultipleOf8() [all …]
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
D | CustomArrayAdapter.java | 120 final Rect rect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight()); in getCroppedBitmap() local 134 canvas.drawBitmap(bitmap, rect, rect, paint); in getCroppedBitmap()
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
D | CustomArrayAdapter.java | 113 final Rect rect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight()); in getCroppedBitmap() local 127 canvas.drawBitmap(bitmap, rect, rect, paint); in getCroppedBitmap()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | InternalSelectionView.java | 183 public void getRectForRow(Rect rect, int row) { in getRectForRow() argument 186 rect.set(getPaddingLeft(), in getRectForRow()
|
/development/ndk/platforms/android-9/include/android/ |
D | native_activity.h | 204 void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);
|
/development/ndk/platforms/android-13/include/android/ |
D | native_activity.h | 211 void (*onContentRectChanged)(ANativeActivity* activity, const ARect* rect);
|
/development/ndk/platforms/android-L/include/linux/ |
D | v4l2-subdev.h | 42 struct v4l2_rect rect; member
|
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
D | DynamicListView.java | 174 Rect rect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight()); in getBitmapWithBorder() local 182 can.drawRect(rect, paint); in getBitmapWithBorder()
|