OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fillrecttorect
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp
234
readDrawContext->
fillRectToRect
(GrClip::WideOpen(),
251
tempDrawContext->
fillRectToRect
(GrClip::WideOpen(),
266
readDrawContext->
fillRectToRect
(GrClip::WideOpen(),
/external/skia/src/effects/
SkGpuBlurUtils.cpp
260
dstDrawContext->
fillRectToRect
(clip, paint, SkMatrix::I(), dstRect, srcRect);
389
dstDrawContext->
fillRectToRect
(clip, paint, SkMatrix::I(), dstRect, srcRect);
SkMorphologyImageFilter.cpp
467
drawContext->
fillRectToRect
(clip, paint, SkMatrix::I(), SkRect::Make(dstRect),
485
drawContext->
fillRectToRect
(clip, paint, SkMatrix::I(), SkRect::Make(dstRect),
SkLightingImageFilter.cpp
393
drawContext->
fillRectToRect
(clip, paint, SkMatrix::I(), dstRect, srcRect);
[
all
...]
/external/skia/src/gpu/
SkGpuDevice_drawTexture.cpp
214
fDrawContext->
fillRectToRect
(clip, grPaint, viewMatrix, clippedDstRect, clippedSrcRect);
GrDrawContext.cpp
348
void GrDrawContext::
fillRectToRect
(const GrClip& clip,
356
GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrDrawContext::
fillRectToRect
");
GrTextureParamsAdjuster.cpp
121
drawContext->
fillRectToRect
(GrClip::WideOpen(), paint, SkMatrix::I(), dstRect, localRect);
SkGpuDevice.cpp
[
all
...]
/external/skia/include/gpu/
GrDrawContext.h
113
void
fillRectToRect
(const GrClip&,
/external/skia/src/core/
SkImageFilter.cpp
358
drawContext->
fillRectToRect
(clip, paint, SkMatrix::I(), dstRect, srcRect);
Completed in 244 milliseconds