Home
last modified time | relevance | path

Searched refs:contentRect (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkGpuBlurUtils.cpp162 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/
DSkGpuBlurUtils.cpp160 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/
DNSWindow.m38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT…
39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT…
DNSPanel.m55 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT…
/external/skqp/tools/viewer/
DTouchGesture.h33 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
DTouchGesture.cpp347 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect, in setTransLimit() argument
350 fContentRect = contentRect; in setTransLimit()
/external/skia/tools/viewer/
DTouchGesture.h33 void setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
DTouchGesture.cpp347 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect, in setTransLimit() argument
350 fContentRect = contentRect; in setTransLimit()