HomeSort by relevance Sort by last modified time
    Searched defs:fTop (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkSpriteBlitter.h 50 int fLeft, fTop;
SkMemory_stdlib.cpp 53 SkBlockHeader** fTop; // set to verify in debugger that block was alloc'd / freed with same gHeader
67 fTop = &gHeader;
SkRegion_path.cpp 48 SkDebugf("SkRgnBuilder: Top = %d\n", fTop);
76 SkRegion::RunType fTop; // first Y value
131 fTop = (SkRegion::RunType)(y);
187 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1);
197 *runs++ = fTop;
451 edge[0].set(r.fLeft, r.fBottom, r.fTop);
452 edge[1].set(r.fRight, r.fTop, r.fBottom);
  /external/skia/include/views/
SkBorderView.h 31 SkScalar getTop() const { return fTop; }
41 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side
  /external/skia/include/core/
SkRect.h 28 int32_t fLeft, fTop, fRight, fBottom;
32 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
42 int height() const { return fBottom - fTop; }
53 return SkIsS16(fLeft) && SkIsS16(fTop) &&
63 fTop = top;
73 fTop += dy;
88 fTop += dy;
100 (unsigned)(y - fTop) < (unsigned)(fBottom - fTop);
108 fLeft <= left && fTop <= top &
    [all...]
SkScalerContext.h 41 int16_t fTop, fLeft;
SkPaint.h 675 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)
    [all...]
  /external/webkit/WebKit/android/plugins/
android_npapi.h 423 float fTop;
    [all...]

Completed in 66 milliseconds