HomeSort by relevance Sort by last modified time
    Searched refs:GrClip (Results 1 - 25 of 41) sorted by null

1 2

  /external/skia/src/gpu/
GrBlurUtils.h 13 class GrClip;
36 const GrClip& clip,
50 const GrClip&,
GrRenderTargetContext.h 24 class GrClip;
63 virtual void drawText(const GrClip&, const SkPaint&, const SkMatrix& viewMatrix,
66 virtual void drawPosText(const GrClip&, const SkPaint&, const SkMatrix& viewMatrix,
70 virtual void drawTextBlob(const GrClip&, const SkPaint&,
93 void drawPaint(const GrClip&, GrPaint&&, const SkMatrix& viewMatrix);
104 void drawRect(const GrClip&,
120 void fillRectToRect(const GrClip&,
130 void fillRectWithLocalMatrix(const GrClip& clip,
146 void drawRRect(const GrClip&,
162 bool drawFastShadow(const GrClip&
    [all...]
GrSoftwarePathRenderer.h 28 const GrClip& clip,
35 const GrClip& clip,
GrRenderTargetContextPriv.h 61 void stencilRect(const GrClip& clip,
67 void stencilPath(const GrClip&, GrAAType, const SkMatrix& viewMatrix, const GrPath*);
73 bool drawAndStencilRect(const GrClip&,
85 bool drawAndStencilPath(const GrClip&,
GrPathRenderingRenderTargetContext.h 15 void drawText(const GrClip&, const SkPaint&, const SkMatrix& viewMatrix, const char text[],
17 void drawPosText(const GrClip&, const SkPaint&, const SkMatrix& viewMatrix, const char text[],
20 void drawTextBlob(const GrClip&, const SkPaint&,
GrPathRenderingRenderTargetContext.cpp 18 void GrPathRenderingRenderTargetContext::drawText(const GrClip& clip, const SkPaint& skPaint,
37 void GrPathRenderingRenderTargetContext::drawPosText(const GrClip& clip, const SkPaint& skPaint,
58 void GrPathRenderingRenderTargetContext::drawTextBlob(const GrClip& clip, const SkPaint& skPaint,
GrSWMaskHelper.h 21 class GrClip;
84 const GrClip&,
GrClip.h 20 * GrClip is an abstract base class for applying a clip. It constructs a clip mask if necessary, and
23 class GrClip {
33 * To determine the appropriate clipping implementation the GrClip subclass must know whether
43 virtual ~GrClip() {}
139 class GrNoClip final : public GrClip {
GrReducedClip.cpp 11 #include "GrClip.h"
48 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) {
59 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) {
67 if (GrClip::IsInsideClip(stackBounds, queryBounds)) {
74 fIBounds = GrClip::GetPixelIBounds(tightBounds);
94 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds)));
97 fIBounds = GrClip::GetPixelIBounds(tighterQuery);
133 SkRect relaxedQueryBounds = queryBounds.makeInset(GrClip::kBoundsTolerance,
134 GrClip::kBoundsTolerance);
163 } else if (GrClip::IsOutsideClip(element->getBounds(), queryBounds))
    [all...]
GrClipStackClip.h 10 #include "GrClip.h"
21 class GrClipStackClip final : public GrClip {
GrFixedClip.cpp 17 return !fScissorState.enabled() || GrClip::IsInsideClip(fScissorState.rect(), rect);
GrFixedClip.h 11 #include "GrClip.h"
18 class GrFixedClip final : public GrClip {
GrBlurUtils.cpp 32 const GrClip& clip,
55 const GrClip& clipData,
143 const GrClip& clip,
246 const GrClip& clip,
260 const GrClip& clip,
GrPathRenderer.h 126 const GrClip* fClip;
183 const GrClip* fClip;
GrRenderTargetContext.cpp 171 void GrRenderTargetContext::drawText(const GrClip& clip, const SkPaint& skPaint,
185 void GrRenderTargetContext::drawPosText(const GrClip& clip, const SkPaint& paint,
200 void GrRenderTargetContext::drawTextBlob(const GrClip& clip, const SkPaint& paint,
345 void GrRenderTargetContext::drawPaint(const GrClip& clip,
405 static bool crop_filled_rect(int width, int height, const GrClip& clip,
448 bool GrRenderTargetContext::drawFilledRect(const GrClip& clip,
483 void GrRenderTargetContext::drawRect(const GrClip& clip,
618 void GrRenderTargetContextPriv::stencilPath(const GrClip& clip,
675 void GrRenderTargetContextPriv::stencilRect(const GrClip& clip,
696 bool GrRenderTargetContextPriv::drawAndStencilRect(const GrClip& clip
    [all...]
GrSoftwarePathRenderer.cpp 10 #include "GrClip.h"
49 const GrClip& clip,
75 const GrClip& clip,
88 const GrClip& clip,
SkGpuDevice.h 212 const GrClip&,
221 const GrClip&,
SkGpuDevice_drawTexture.cpp 95 const GrClip& clip,
153 const GrClip& clip,
  /external/skia/src/gpu/ops/
GrDefaultPathRenderer.h 36 const GrClip&,
GrMSAAPathRenderer.h 28 const GrClip&,
  /external/skia/include/core/
SkMaskFilter.h 19 class GrClip;
121 const GrClip&,
132 const GrClip&,
  /external/skia/src/gpu/text/
GrAtlasTextContext.h 36 void drawText(GrContext*, GrRenderTargetContext*, const GrClip&, const SkPaint&,
39 void drawPosText(GrContext*, GrRenderTargetContext*, const GrClip&, const SkPaint&,
43 void drawTextBlob(GrContext*, GrRenderTargetContext*, const GrClip&, const SkPaint&,
GrStencilAndCoverTextContext.h 34 void drawText(GrContext*, GrRenderTargetContext* rtc, const GrClip&, const SkPaint&,
37 void drawPosText(GrContext*, GrRenderTargetContext*, const GrClip&, const SkPaint&,
41 void drawTextBlob(GrContext*, GrRenderTargetContext*, const GrClip&, const SkPaint&,
58 const GrClip& clip, const SkPaint& skPaint,
78 void draw(GrContext*, GrRenderTargetContext*, const GrClip&, const SkMatrix&,
GrTextUtils.h 21 class GrClip;
139 static void DrawTextAsPath(GrContext*, GrRenderTargetContext*, const GrClip& clip,
145 const SkSurfaceProps& props, const GrClip& clip,
GrAtlasTextBlob.h 189 const GrTextUtils::Paint&, SkDrawFilter* drawFilter, const GrClip& clip,
195 const GrTextUtils::Paint& paint, const GrClip& clip,
288 inline void flushRun(GrRenderTargetContext* rtc, const GrClip&, int run,
294 void flushBigGlyphs(GrContext* context, GrRenderTargetContext* rtc, const GrClip& clip,
300 const GrClip& clip, const GrTextUtils::Paint& paint,

Completed in 191 milliseconds

1 2