HomeSort by relevance Sort by last modified time
    Searched refs:fAntiRect (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkCoverageDelta.cpp 17 fAntiRect.fY = bottom;
18 fAntiRect.fHeight = 0;
63 fAntiRect.fY = fBounds.fBottom;
64 fAntiRect.fHeight = 0;
84 // If we're inside fAntiRect, blit it to the mask and advance to its bottom
85 if (fAntiRect.fHeight && iy == fAntiRect.fY - fBounds.fTop) {
87 int L = fAntiRect.fX - fBounds.fLeft;
88 for(int i = 0; i < fAntiRect.fHeight; ++i) {
91 if (fAntiRect.fLeftAlpha)
    [all...]
SkCoverageDelta.h 75 const SkAntiRect& getAntiRect() const { return fAntiRect; }
78 fAntiRect = {x, y, width, height, leftAlpha, rightAlpha};
89 SkAntiRect fAntiRect;
143 fAntiRect = {x, y, width, height, leftAlpha, rightAlpha};
163 SkAntiRect fAntiRect;
  /external/skqp/src/core/
SkCoverageDelta.cpp 17 fAntiRect.fY = bottom;
18 fAntiRect.fHeight = 0;
63 fAntiRect.fY = fBounds.fBottom;
64 fAntiRect.fHeight = 0;
84 // If we're inside fAntiRect, blit it to the mask and advance to its bottom
85 if (fAntiRect.fHeight && iy == fAntiRect.fY - fBounds.fTop) {
87 int L = fAntiRect.fX - fBounds.fLeft;
88 for(int i = 0; i < fAntiRect.fHeight; ++i) {
91 if (fAntiRect.fLeftAlpha)
    [all...]
SkCoverageDelta.h 75 const SkAntiRect& getAntiRect() const { return fAntiRect; }
78 fAntiRect = {x, y, width, height, leftAlpha, rightAlpha};
89 SkAntiRect fAntiRect;
143 fAntiRect = {x, y, width, height, leftAlpha, rightAlpha};
163 SkAntiRect fAntiRect;

Completed in 60 milliseconds