Searched defs:fTop (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/core/
H A DSkSpriteBlitter.h50 int fLeft, fTop; member in class:SkSpriteBlitter
H A DSkMemory_stdlib.cpp53 SkBlockHeader** fTop; // set to verify in debugger that block was alloc'd / freed with same gHeader member in struct:SkBlockHeader
67 fTop = &gHeader;
H A DSkRegion_path.cpp48 SkDebugf("SkRgnBuilder: Top = %d\n", fTop);
76 SkRegion::RunType fTop; // first Y value member in class:SkRgnBuilder
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/
H A DGrRect.h28 int16_t fLeft, fTop, fRight, fBottom; member in struct:GrIRect16
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/
H A DSkBorderView.h31 SkScalar getTop() const { return fTop; }
41 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side member in class:SkBorderView
/external/skia/include/core/
H A DSkRect.h28 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
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
[all...]
H A DSkScalerContext.h44 int16_t fTop, fLeft; member in struct:SkGlyph
H A DSkPaint.h690 SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0) member in struct:SkPaint::FontMetrics
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h436 float fTop; member in struct:ANPFontMetrics

Completed in 565 milliseconds