HomeSort by relevance Sort by last modified time
    Searched defs:fTop (Results 1 - 9 of 9) 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/gpu/include/
GrRect.h 28 int16_t fLeft, fTop, fRight, fBottom;
31 int height() const { return fBottom - fTop; }
33 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
37 fTop = SkToS16(r.fTop);
  /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;
62 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
72 int height() const { return fBottom - fTop; }
83 return SkIsS16(fLeft) && SkIsS16(fTop) &&
93 fTop = top;
104 fTop = y;
113 fLeft = fTop = SK_MinS32;
122 fLeft = fTop = SK_MaxS32;
131 fTop += dy;
146 fTop += dy
    [all...]
SkScalerContext.h 44 int16_t fTop, fLeft;
SkPaint.h 690 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 436 float fTop;
    [all...]

Completed in 464 milliseconds