Searched refs:contentRect (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 162 SkIRect* contentRect, in convolve_gaussian() argument 193 *contentRect = dstRect; in convolve_gaussian() 200 SkIRect midRect = *contentRect, leftRect, rightRect; in convolve_gaussian() 204 bounds[0] = contentRect->left(); in convolve_gaussian() 205 bounds[1] = contentRect->right(); in convolve_gaussian() 215 contentRect->fLeft = dstRect.fLeft; in convolve_gaussian() 216 contentRect->fTop = midRect.fTop; in convolve_gaussian() 217 contentRect->fRight = dstRect.fRight; in convolve_gaussian() 218 contentRect->fBottom = midRect.fBottom; in convolve_gaussian() 220 bounds[0] = contentRect->top(); in convolve_gaussian() [all …]
|
/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/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/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 | 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()
|