/external/chromium_org/third_party/skia/src/gpu/ |
GrDistanceFieldTextContext.cpp | 130 if (NULL == glyph || glyph->fBounds.isEmpty()) { 138 vx += SkIntToFixed(glyph->fBounds.fLeft); 139 vy += SkIntToFixed(glyph->fBounds.fTop); 142 GrFixed width = glyph->fBounds.width(); 143 GrFixed height = glyph->fBounds.height(); 249 SkScalar dx = SkIntToScalar(glyph->fBounds.fLeft); 250 SkScalar dy = SkIntToScalar(glyph->fBounds.fTop); 251 SkScalar width = SkIntToScalar(glyph->fBounds.width()); 252 SkScalar height = SkIntToScalar(glyph->fBounds.height()); 264 GrFixed tw = SkIntToFixed(glyph->fBounds.width()) [all...] |
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrConvolutionEffect.cpp | 163 memcpy(fBounds, bounds, sizeof(fBounds)); 190 memcpy(fBounds, bounds, sizeof(fBounds)); 206 0 == memcmp(fBounds, s.fBounds, sizeof(fBounds)) &&
|
/external/skia/src/core/ |
SkScalerContext.cpp | 36 mask->fBounds.set(fLeft, fTop, fLeft + fWidth, fTop + fHeight); 334 glyph->fLeft = mask.fBounds.fLeft; 335 glyph->fTop = mask.fBounds.fTop; 336 glyph->fWidth = SkToU16(mask.fBounds.width()); 337 glyph->fHeight = SkToU16(mask.fBounds.height()); 387 if (dst.fBounds.isEmpty() || !dst.fBounds.is16Bit()) { 391 glyph->fLeft = dst.fBounds.fLeft; 392 glyph->fTop = dst.fBounds.fTop; 393 glyph->fWidth = SkToU16(dst.fBounds.width()) [all...] |
SkBlitBWMaskTemplate.h | 28 SkASSERT(clip.fRight <= srcMask.fBounds.fRight); 32 int maskLeft = srcMask.fBounds.fLeft; 44 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight)
|
SkAAClip.h | 30 const SkIRect& getBounds() const { return fBounds; } 79 SkIRect fBounds;
|
SkRasterizer.cpp | 25 srcM.fBounds.set(0, 0, 1, 1);
|
/external/skia/src/gpu/ |
GrBitmapTextContext.cpp | 137 if (NULL == glyph || glyph->fBounds.isEmpty()) { 141 vx += SkIntToFixed(glyph->fBounds.fLeft); 142 vy += SkIntToFixed(glyph->fBounds.fTop); 145 GrFixed width = glyph->fBounds.width(); 146 GrFixed height = glyph->fBounds.height(); 198 translate.setTranslate(SkFixedToScalar(vx - SkIntToFixed(glyph->fBounds.fLeft)), 199 SkFixedToScalar(vy - SkIntToFixed(glyph->fBounds.fTop)));
|
GrDistanceFieldTextContext.cpp | 130 if (NULL == glyph || glyph->fBounds.isEmpty()) { 138 vx += SkIntToFixed(glyph->fBounds.fLeft); 139 vy += SkIntToFixed(glyph->fBounds.fTop); 142 GrFixed width = glyph->fBounds.width(); 143 GrFixed height = glyph->fBounds.height(); 249 SkScalar dx = SkIntToScalar(glyph->fBounds.fLeft); 250 SkScalar dy = SkIntToScalar(glyph->fBounds.fTop); 251 SkScalar width = SkIntToScalar(glyph->fBounds.width()); 252 SkScalar height = SkIntToScalar(glyph->fBounds.height()); 264 GrFixed tw = SkIntToFixed(glyph->fBounds.width()) [all...] |
/external/skia/src/gpu/effects/ |
GrConvolutionEffect.cpp | 163 memcpy(fBounds, bounds, sizeof(fBounds)); 190 memcpy(fBounds, bounds, sizeof(fBounds)); 206 0 == memcmp(fBounds, s.fBounds, sizeof(fBounds)) &&
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitBWMaskTemplate.h | 28 SkASSERT(clip.fRight <= srcMask.fBounds.fRight); 32 int maskLeft = srcMask.fBounds.fLeft; 44 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight)
|
SkAAClip.h | 30 const SkIRect& getBounds() const { return fBounds; } 79 SkIRect fBounds;
|
SkRasterizer.cpp | 25 srcM.fBounds.set(0, 0, 1, 1);
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBlurMask.cpp | 532 dst->fBounds.set(src.fBounds.fLeft - padx, src.fBounds.fTop - pady, 533 src.fBounds.fRight + padx, src.fBounds.fBottom + pady); 535 dst->fRowBytes = dst->fBounds.width(); 545 int sw = src.fBounds.width(); 546 int sh = src.fBounds.height(); 611 dst->fBounds = src.fBounds; // restore trimmed bound [all...] |
/external/skia/src/effects/ |
SkBlurMask.cpp | 532 dst->fBounds.set(src.fBounds.fLeft - padx, src.fBounds.fTop - pady, 533 src.fBounds.fRight + padx, src.fBounds.fBottom + pady); 535 dst->fRowBytes = dst->fBounds.width(); 545 int sw = src.fBounds.width(); 546 int sh = src.fBounds.height(); 611 dst->fBounds = src.fBounds; // restore trimmed bound [all...] |
/external/skia/gm/ |
simpleaaclip.cpp | 24 bm.setConfig(SkBitmap::kA8_Config, mask.fBounds.width(), 25 mask.fBounds.height(), mask.fRowBytes); 34 SK_Scalar1 * mask.fBounds.fLeft, 35 SK_Scalar1 * mask.fBounds.fTop,
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 83 SkASSERT(mask.fBounds.width() == bitmap.width); 86 SkASSERT(mask.fBounds.height() == bitmap.rows); 93 const int width = mask.fBounds.width(); 94 const int height = mask.fBounds.height(); 116 SkASSERT(3 * mask.fBounds.width() == bitmap.width); 139 SkASSERT(3 * mask.fBounds.height() == bitmap.rows); 180 SkASSERT(dstMask.fBounds.width() == srcFTBitmap.width); 181 SkASSERT(dstMask.fBounds.height() == srcFTBitmap.rows); 268 const int height = mask.fBounds.height(); 269 const int width = mask.fBounds.width() [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 94 SkASSERT(mask.fBounds.width() == bitmap.width); 97 SkASSERT(mask.fBounds.height() == bitmap.rows); 104 const int width = mask.fBounds.width(); 105 const int height = mask.fBounds.height(); 127 SkASSERT(3 * mask.fBounds.width() == bitmap.width); 150 SkASSERT(3 * mask.fBounds.height() == bitmap.rows); 191 SkASSERT(dstMask.fBounds.width() == srcFTBitmap.width); 192 SkASSERT(dstMask.fBounds.height() == srcFTBitmap.rows); 279 const int height = mask.fBounds.height(); 280 const int width = mask.fBounds.width() [all...] |
/external/skia/tests/ |
AAClipTest.cpp | 16 if (a.fFormat != b.fFormat || a.fBounds != b.fBounds) { 26 size_t wbytes = a.fBounds.width(); 46 const int h = a.fBounds.height(); 63 mask->fBounds.setEmpty(); 69 mask->fBounds = rgn.getBounds(); 70 mask->fRowBytes = mask->fBounds.width(); 75 bitmap.setConfig(SkBitmap::kA8_Config, mask->fBounds.width(), 76 mask->fBounds.height(), mask->fRowBytes); 232 REPORTER_ASSERT(reporter, mask.fBounds.isEmpty()) [all...] |
BlurTest.cpp | 164 src.fBounds.set(0, 0, width, height); 166 src.fRowBytes = src.fBounds.width(); 174 int midX = dst.fBounds.centerX(); 175 int midY = dst.fBounds.centerY(); 178 for (i = 0; i < dst.fBounds.width()-(midX-dst.fBounds.fLeft); ++i) {
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayList.h | 58 SkIRect fBounds;
|
/external/skia/src/animator/ |
SkDisplayList.h | 58 SkIRect fBounds;
|
/external/chromium_org/third_party/skia/include/core/ |
SkPathRef.h | 166 return fBounds; 299 fIsFinite = ComputePtBounds(&fBounds, *this); 305 fBounds = rect; 307 fIsFinite = fBounds.isFinite(); 439 mutable SkRect fBounds;
|
/external/skia/include/core/ |
SkPathRef.h | 166 return fBounds; 299 fIsFinite = ComputePtBounds(&fBounds, *this); 305 fBounds = rect; 307 fIsFinite = fBounds.isFinite(); 439 mutable SkRect fBounds;
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpSegment.h | 28 return fBounds.fTop < rh.fBounds.fTop; 32 return fBounds; 88 return fBounds.fTop == fBounds.fBottom; 92 return fBounds.fLeft == fBounds.fRight; 149 fBounds.set(SK_ScalarMax, SK_ScalarMax, SK_ScalarMax, SK_ScalarMax); 435 SkPathOpsBounds fBounds;
|
/external/skia/src/pathops/ |
SkOpSegment.h | 28 return fBounds.fTop < rh.fBounds.fTop; 32 return fBounds; 88 return fBounds.fTop == fBounds.fBottom; 92 return fBounds.fLeft == fBounds.fRight; 149 fBounds.set(SK_ScalarMax, SK_ScalarMax, SK_ScalarMax, SK_ScalarMax); 435 SkPathOpsBounds fBounds;
|