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

  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 56 int contentLeft, int contentTop, int contentRight, int contentBottom) {
60 contentLeft, contentTop, contentRight, contentBottom);
122 jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) {
125 contentLeft, contentTop, contentRight, contentBottom));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFileUploadControl.cpp 112 LayoutUnit contentLeft = paintOffset.x() + borderLeft() + paddingLeft();
122 textX = contentLeft + buttonAndSpacingWidth;
124 textX = contentLeft + contentWidth() - buttonAndSpacingWidth - textWidth;
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java 247 int contentLeft, int contentTop, int contentRight, int contentBottom);

Completed in 90 milliseconds