/external/chromium_org/third_party/skia/src/core/ |
SkSpriteBlitterTemplate.h | 21 int srcY = y - fTop;
|
SkPath.cpp | 27 dst->fTop = SkMinScalar(dst->fTop, src.fTop); 221 SkScalar xT = SkScalarMul(v.fX, rect.fTop - edgeBegin->fY); 791 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir); 862 pts[0].set(oval.fRight, oval.fTop); 915 path->lineTo(rect.fLeft, rect.fTop + ry); 0 upper left 916 path->quadTo(rect.fLeft, rect.fTop + offPtY, 917 rect.fLeft + midPtX, rect.fTop + midPtY); 918 path->quadTo(rect.fLeft + offPtX, rect.fTop, [all...] |
SkRRect.cpp | 131 y < fRect.fTop + fRadii[kUpperLeft_Corner].fY) { 135 y - (fRect.fTop + fRadii[kUpperLeft_Corner].fY)); 145 y < fRect.fTop + fRadii[kUpperRight_Corner].fY) { 149 y - (fRect.fTop + fRadii[kUpperRight_Corner].fY)); 190 return this->checkCornerContainment(rect.fLeft, rect.fTop) && 191 this->checkCornerContainment(rect.fRight, rect.fTop) && 393 SkASSERT(0 == fRect.fLeft && 0 == fRect.fTop &&
|
SkRTree.cpp | 241 {&SkIRect::fTop, &SkIRect::fBottom} 461 SkMax32(0, SkMin32(rect1.fBottom, rect2.fBottom) - SkMax32(rect1.fTop, rect2.fTop)); 479 if (joinWith.fTop < out->fTop) { out->fTop = joinWith.fTop; }
|
SkRegion_path.cpp | 41 SkDebugf("SkRgnBuilder: Top = %d\n", fTop); 82 SkRegion::RunType fTop; // first Y value 155 fTop = (SkRegion::RunType)(y); 212 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); 222 *runs++ = fTop; 494 edge[0].set(r.fLeft, r.fBottom, r.fTop); 495 edge[1].set(r.fRight, r.fTop, r.fBottom);
|
SkRegion.cpp | 155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom); 204 count += sprintf(result+count, "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom); 229 *itop = fBounds.fTop; 308 runs[0] = bounds.fTop; 386 const RunType* scanline = fRunHead->findScanline(r.fTop); 471 const RunType* scanline = fRunHead->findScanline(sect.fTop); 548 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, 773 fTop = (SkRegion::RunType)(top); // just a first guess, we might update this 796 fTop = (SkRegion::RunType)(bottom); // just update our bottom 807 fStartDst[0] = fTop; [all...] |
SkAAClip.cpp | 46 return (unsigned)(y - rect.fTop) < (unsigned)rect.height(); 121 int top() const { return fTop; } 131 int fTop, fBottom; 138 fTop = fBottom = clip.fBounds.fBottom; 151 fTop = clip.fBounds.fTop; 152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1; 162 fTop = fBottom; 503 // adjust fRowCount and fBounds.fTop, and slide all the data up 515 fBounds.fTop += dy [all...] |
SkScalerContext.cpp | 36 mask->fBounds.set(fLeft, fTop, fLeft + fWidth, fTop + fHeight); 57 fTop = 0; 316 glyph->fTop = 0; 335 glyph->fTop = mask.fBounds.fTop; 350 glyph->fTop = ir.fTop; 392 glyph->fTop = dst.fBounds.fTop; [all...] |
/external/skia/gm/ |
alphagradients.cpp | 28 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } };
|
hittestpath.cpp | 23 for (SkScalar y = r.fTop + SK_ScalarHalf - MARGIN; y < r.fBottom + MARGIN; y += SK_Scalar1) {
|
/external/skia/src/core/ |
SkMask.cpp | 73 addr += (y - fBounds.fTop) * fRowBytes;
|
SkSpriteBlitterTemplate.h | 21 int srcY = y - fTop;
|
SkPath.cpp | 27 dst->fTop = SkMinScalar(dst->fTop, src.fTop); 221 SkScalar xT = SkScalarMul(v.fX, rect.fTop - edgeBegin->fY); 791 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir); 862 pts[0].set(oval.fRight, oval.fTop); 915 path->lineTo(rect.fLeft, rect.fTop + ry); 0 upper left 916 path->quadTo(rect.fLeft, rect.fTop + offPtY, 917 rect.fLeft + midPtX, rect.fTop + midPtY); 918 path->quadTo(rect.fLeft + offPtX, rect.fTop, [all...] |
SkRRect.cpp | 131 y < fRect.fTop + fRadii[kUpperLeft_Corner].fY) { 135 y - (fRect.fTop + fRadii[kUpperLeft_Corner].fY)); 145 y < fRect.fTop + fRadii[kUpperRight_Corner].fY) { 149 y - (fRect.fTop + fRadii[kUpperRight_Corner].fY)); 190 return this->checkCornerContainment(rect.fLeft, rect.fTop) && 191 this->checkCornerContainment(rect.fRight, rect.fTop) && 393 SkASSERT(0 == fRect.fLeft && 0 == fRect.fTop &&
|
SkRTree.cpp | 241 {&SkIRect::fTop, &SkIRect::fBottom} 461 SkMax32(0, SkMin32(rect1.fBottom, rect2.fBottom) - SkMax32(rect1.fTop, rect2.fTop)); 479 if (joinWith.fTop < out->fTop) { out->fTop = joinWith.fTop; }
|
SkRegion_path.cpp | 41 SkDebugf("SkRgnBuilder: Top = %d\n", fTop); 82 SkRegion::RunType fTop; // first Y value 155 fTop = (SkRegion::RunType)(y); 212 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); 222 *runs++ = fTop; 494 edge[0].set(r.fLeft, r.fBottom, r.fTop); 495 edge[1].set(r.fRight, r.fTop, r.fBottom);
|
SkRegion.cpp | 155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom); 204 count += sprintf(result+count, "(%d,%d,%d,%d)", r.fLeft, r.fTop, r.fRight, r.fBottom); 229 *itop = fBounds.fTop; 308 runs[0] = bounds.fTop; 386 const RunType* scanline = fRunHead->findScanline(r.fTop); 471 const RunType* scanline = fRunHead->findScanline(sect.fTop); 548 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy, 773 fTop = (SkRegion::RunType)(top); // just a first guess, we might update this 796 fTop = (SkRegion::RunType)(bottom); // just update our bottom 807 fStartDst[0] = fTop; [all...] |
SkAAClip.cpp | 46 return (unsigned)(y - rect.fTop) < (unsigned)rect.height(); 121 int top() const { return fTop; } 131 int fTop, fBottom; 138 fTop = fBottom = clip.fBounds.fBottom; 151 fTop = clip.fBounds.fTop; 152 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1; 162 fTop = fBottom; 503 // adjust fRowCount and fBounds.fTop, and slide all the data up 515 fBounds.fTop += dy [all...] |
SkScalerContext.cpp | 36 mask->fBounds.set(fLeft, fTop, fLeft + fWidth, fTop + fHeight); 57 fTop = 0; 316 glyph->fTop = 0; 335 glyph->fTop = mask.fBounds.fTop; 350 glyph->fTop = ir.fTop; 392 glyph->fTop = dst.fBounds.fTop; [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrSWMaskHelper.cpp | 98 -resultBounds.fTop * SK_Scalar1); 193 SK_Scalar1 * rect.fTop, 203 maskMatrix.preTranslate(SkIntToScalar(-rect.fLeft), SkIntToScalar(-rect.fTop));
|
/external/skia/src/gpu/ |
GrSWMaskHelper.cpp | 98 -resultBounds.fTop * SK_Scalar1); 193 SK_Scalar1 * rect.fTop, 203 maskMatrix.preTranslate(SkIntToScalar(-rect.fLeft), SkIntToScalar(-rect.fTop));
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestThemeEngineMock.cpp | 121 retval.fTop = rect.fTop + (rect.height() / 2) - (controlSize / 2); 122 retval.fBottom = retval.fTop + controlSize - 1; 212 int top = irect.fTop; 239 irect.fTop + indentTop, 249 int top = irect.fTop; 339 int top = irect.fTop; 523 irect.fTop = extraParams->menuList.arrowY - (extraParams->menuList.arrowHeight) / 2; 532 irect.fLeft + quarterWidth, irect.fTop, 533 irect.fRight - quarterWidth, irect.fTop, [all...] |
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFImage.cpp | 54 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 78 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 122 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 149 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 177 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 384 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 412 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) {
|
/external/skia/src/pdf/ |
SkPDFImage.cpp | 54 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 78 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 122 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 149 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 177 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 384 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) { 412 for (int y = srcRect.fTop; y < srcRect.fBottom; y++) {
|
/external/skia/bench/ |
PathBench.cpp | 246 fRandom.nextRangeScalar(bounds->fTop, bounds->fBottom)); 627 r.fTop = rand.nextUScalar1() * 300; 629 r.fBottom = r.fTop + 2 * radius; 693 arcRect.offset(rect.fLeft - arcRect.fLeft, rect.fTop - arcRect.fTop); 696 arcRect.offset(rect.fRight - arcRect.fRight, rect.fTop - arcRect.fTop); 731 r.fTop = rand.nextUScalar1() * 300; 733 r.fBottom = r.fTop + 2 * size; 808 xy.fY = rand.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight) [all...] |