HomeSort by relevance Sort by last modified time
    Searched full:ftop (Results 76 - 100 of 532) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/src/effects/
SkPictureImageFilter.cpp 86 canvas.translate(-SkIntToScalar(bounds.fLeft), -SkIntToScalar(bounds.fTop));
92 offset->fY = bounds.fTop;
SkTileImageFilter.cpp 70 canvas.translate(-dstRect.fLeft, -dstRect.fTop);
74 offset->fY = dstIRect.fTop;
  /external/chromium_org/third_party/skia/src/core/
SkScan_Hairline.cpp 86 clipR.set(SkIntToFDot6(bounds.fLeft), SkIntToFDot6(bounds.fTop),
153 SkScalarToFixed(rect.fTop) >> 16,
179 blitter->blitRect(r.fLeft, r.fTop, width, height);
183 blitter->blitH(r.fLeft, r.fTop, width); // top
184 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left
185 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right
352 outer.set(r.fLeft - rx, r.fTop - ry,
360 tmp.set(outer.fLeft, outer.fTop, outer.fRight, outer.fTop + dy);
362 tmp.fTop = outer.fBottom - dy
    [all...]
SkProcSpriteBlitter.cpp 24 const char* src = (const char*)fSource.getPixels() + (y - fTop) * srcRB + ((x - fLeft) << fSrcShift);
SkSpriteBlitter.h 45 int fLeft, fTop;
SkValidationUtils.h 36 (rect.fTop <= rect.fBottom) &&
SkSpriteBlitter_ARGB32.cpp 41 y - fTop);
129 y - fTop);
176 y - fTop);
223 y - fTop);
252 y - fTop);
SkBlitter.cpp 125 int cy = clip.fTop;
181 const uint8_t* aa = mask.getAddr8(clip.fLeft, clip.fTop);
187 int y = clip.fTop;
217 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
227 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
270 return (unsigned)(y - rect.fTop) < (unsigned)rect.height();
344 if (y0 < fClipRect.fTop) {
345 y0 = fClipRect.fTop;
361 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
381 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height())
    [all...]
SkScan_Antihair.cpp 479 if (top >= clip->fBottom || bottom <= clip->fTop) {
482 if (clip->fTop <= top && clip->fBottom >= bottom) {
520 if (istart >= clip->fBottom || istop <= clip->fTop) {
523 if (istart < clip->fTop) {
524 fstart += slope * (clip->fTop - istart);
525 istart = clip->fTop;
674 p0.set(rect.fLeft, rect.fTop);
675 p1.set(rect.fRight, rect.fTop);
681 p0.set(rect.fLeft, rect.fTop);
764 antifilldot8(SkFixedToFDot8(xr.fLeft), SkFixedToFDot8(xr.fTop),
    [all...]
SkScan_Path.cpp 451 if (rect.fTop < start_y) {
452 rect.fTop = start_y;
459 rect.fTop << shiftEdgesUp,
487 if (clipRect && start_y < clipRect->fTop) {
488 start_y = clipRect->fTop;
516 tmp.fTop = cr.fTop;
517 tmp.fBottom = ir.fTop;
529 tmp.fTop = ir.fBottom;
626 sk_fill_path(path, clipper.getClipRect(), blitter, ir.fTop, ir.fBottom
    [all...]
  /external/skia/src/core/
SkScan_Hairline.cpp 86 clipR.set(SkIntToFDot6(bounds.fLeft), SkIntToFDot6(bounds.fTop),
153 SkScalarToFixed(rect.fTop) >> 16,
179 blitter->blitRect(r.fLeft, r.fTop, width, height);
183 blitter->blitH(r.fLeft, r.fTop, width); // top
184 blitter->blitRect(r.fLeft, r.fTop + 1, 1, height - 2); // left
185 blitter->blitRect(r.fRight - 1, r.fTop + 1, 1, height - 2); // right
352 outer.set(r.fLeft - rx, r.fTop - ry,
360 tmp.set(outer.fLeft, outer.fTop, outer.fRight, outer.fTop + dy);
362 tmp.fTop = outer.fBottom - dy
    [all...]
SkProcSpriteBlitter.cpp 24 const char* src = (const char*)fSource.getPixels() + (y - fTop) * srcRB + ((x - fLeft) << fSrcShift);
SkSpriteBlitter.h 45 int fLeft, fTop;
SkValidationUtils.h 36 (rect.fTop <= rect.fBottom) &&
SkSpriteBlitter_ARGB32.cpp 41 y - fTop);
129 y - fTop);
176 y - fTop);
223 y - fTop);
252 y - fTop);
SkBlitter.cpp 125 int cy = clip.fTop;
181 const uint8_t* aa = mask.getAddr8(clip.fLeft, clip.fTop);
187 int y = clip.fTop;
217 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
227 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
270 return (unsigned)(y - rect.fTop) < (unsigned)rect.height();
344 if (y0 < fClipRect.fTop) {
345 y0 = fClipRect.fTop;
361 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
381 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height())
    [all...]
SkScan_Antihair.cpp 479 if (top >= clip->fBottom || bottom <= clip->fTop) {
482 if (clip->fTop <= top && clip->fBottom >= bottom) {
520 if (istart >= clip->fBottom || istop <= clip->fTop) {
523 if (istart < clip->fTop) {
524 fstart += slope * (clip->fTop - istart);
525 istart = clip->fTop;
674 p0.set(rect.fLeft, rect.fTop);
675 p1.set(rect.fRight, rect.fTop);
681 p0.set(rect.fLeft, rect.fTop);
764 antifilldot8(SkFixedToFDot8(xr.fLeft), SkFixedToFDot8(xr.fTop),
    [all...]
SkScan_Path.cpp 451 if (rect.fTop < start_y) {
452 rect.fTop = start_y;
459 rect.fTop << shiftEdgesUp,
487 if (clipRect && start_y < clipRect->fTop) {
488 start_y = clipRect->fTop;
516 tmp.fTop = cr.fTop;
517 tmp.fBottom = ir.fTop;
529 tmp.fTop = ir.fBottom;
626 sk_fill_path(path, clipper.getClipRect(), blitter, ir.fTop, ir.fBottom
    [all...]
  /external/chromium_org/third_party/skia/bench/
FSRectBench.cpp 33 fRects[i].fTop = -kMinOffset - SkScalarMul(rand.nextUScalar1(), kOffsetRange);
  /external/skia/bench/
FSRectBench.cpp 33 fRects[i].fTop = -kMinOffset - SkScalarMul(rand.nextUScalar1(), kOffsetRange);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomain.cpp 30 SkASSERT(domain.fTop <= domain.fBottom);
33 fDomain.fTop = SkMaxScalar(domain.fTop, kFullRect.fTop);
36 SkASSERT(fDomain.fTop <= fDomain.fBottom);
267 domain.fTop = random->nextUScalar1();
268 domain.fBottom = random->nextRangeScalar(domain.fTop, SK_Scalar1);
  /external/skia/src/gpu/effects/
GrTextureDomain.cpp 30 SkASSERT(domain.fTop <= domain.fBottom);
33 fDomain.fTop = SkMaxScalar(domain.fTop, kFullRect.fTop);
36 SkASSERT(fDomain.fTop <= fDomain.fBottom);
267 domain.fTop = random->nextUScalar1();
268 domain.fBottom = random->nextRangeScalar(domain.fTop, SK_Scalar1);
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 58 F0 .. F7 are the 8 registers. FTOP[2:0] contains the
60 still. FTOP is a 32-bit value. FTOP[31:3] can be anything
63 When a value is pushed onto the stack, ftop is first replaced by
64 (ftop-1) & 7, and then F[ftop] is assigned the value.
67 F[ftop], and then ftop is replaced by (ftop+1) & 7.
70 F[ (ftop+i) & 7 ]
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 720 FX_FLOAT fTop = rect.top;
730 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " << fTop - fBottom << " re\n";
732 << fRight - fLeft - fWidth * 2 << " " << fTop - fBottom - fWidth * 2 << " re\n";
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleDitherBitmap.cpp 26 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } };

Completed in 1139 milliseconds

1 2 34 5 6 7 8 91011>>