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

  /external/webkit/Source/WebCore/rendering/
RenderFieldset.cpp 171 int clipTop = ty;
173 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop, legend->width(), clipHeight));
  /frameworks/base/include/private/hwui/
DrawGlInfo.h 30 int clipTop;
  /external/skia/legacy/src/core/
SkRegion_path.cpp 276 int clipTop, clipBot;
279 clipTransitions = clip.count_runtype_values(&clipTop, &clipBot);
281 int top = SkMax32(pathTop, clipTop);
  /external/skia/src/core/
SkRegion_path.cpp 291 int clipTop, clipBot;
294 clipTransitions = clip.count_runtype_values(&clipTop, &clipBot);
296 int top = SkMax32(pathTop, clipTop);
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 467 Length clipTop() const { return visual->clip.top(); }
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 207 milliseconds