Searched refs:contentRect (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/core/ |
D | SkGpuBlurUtils.cpp | 160 SkIRect* contentRect, in convolve_gaussian() argument 191 *contentRect = dstRect; in convolve_gaussian() 198 SkIRect midRect = *contentRect, leftRect, rightRect; in convolve_gaussian() 202 bounds[0] = contentRect->left(); in convolve_gaussian() 203 bounds[1] = contentRect->right(); in convolve_gaussian() 213 contentRect->fLeft = dstRect.fLeft; in convolve_gaussian() 214 contentRect->fTop = midRect.fTop; in convolve_gaussian() 215 contentRect->fRight = dstRect.fRight; in convolve_gaussian() 216 contentRect->fBottom = midRect.fBottom; in convolve_gaussian() 218 bounds[0] = contentRect->top(); in convolve_gaussian() [all …]
|
/external/skia/gm/ |
D | lazytiling.cpp | 75 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() argument 77 const int kContentSize = contentRect.width(); in create_bitmap() 106 const int kLeft = contentRect.fLeft; in create_bitmap() 107 const int kTop = contentRect.fTop; in create_bitmap() 213 SkRect contentRect = SkRect::MakeXYWH(x+kContentSize/2, y+kContentSize/2, in onDraw() local 216 SkMatrix texMatrix = SkMatrix::RectToRect(contentRect, SkRect::Make(fContentRect)); in onDraw()
|
/external/skia/bench/ |
D | CompositingImagesBench.cpp | 291 SkRect contentRect = SkRect::Make(fImageSize); in getAdjustedEntry() local 294 contentRect.fRight = fTileSize.fWidth; in getAdjustedEntry() 298 contentRect.fBottom = fTileSize.fHeight; in getAdjustedEntry() 305 entry.fSrcRect = contentRect; in getAdjustedEntry() 306 entry.fDstRect = srcToDst.mapRect(contentRect); in getAdjustedEntry()
|
/external/clang/test/Analysis/ |
D | NSWindow.m | 38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… 39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT…
|
D | NSPanel.m | 55 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT…
|
/external/llvm-project/clang/test/Analysis/ |
D | NSWindow.m | 38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… 39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT…
|
D | NSPanel.m | 55 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT…
|
/external/angle/util/android/third_party/ |
D | android_native_app_glue.h | 154 ARect contentRect; member
|
/external/skqp/tools/viewer/ |
D | TouchGesture.h | 33 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
|
D | TouchGesture.cpp | 347 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect, in setTransLimit() argument 350 fContentRect = contentRect; in setTransLimit()
|
/external/skia/tools/viewer/ |
D | TouchGesture.h | 37 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
|
D | TouchGesture.cpp | 344 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect, in setTransLimit() argument 347 fContentRect = contentRect; in setTransLimit()
|