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

  /frameworks/base/include/private/hwui/
DrawGlInfo.h 30 int clipTop;
  /external/webkit/Source/WebCore/rendering/
RenderFieldset.cpp 171 int clipTop = ty;
173 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop, legend->width(), clipHeight));
RenderBox.cpp     [all...]
  /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/WebKit/android/nav/
WebView.cpp 810 WebCore::IntRect screenClip(info->clipLeft, info->clipTop,
812 info->clipBottom - info->clipTop);
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 405 info.clipTop = 0;
454 info.clipTop = clip.top;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 467 Length clipTop() const { return visual->clip.top(); }
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 264 milliseconds