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

  /external/chromium_org/third_party/skia/gm/
verttext.cpp 99 paint.setVerticalText(false);
103 paint.setVerticalText(true);
verttext2.cpp 79 paint.setVerticalText(true);
  /external/skia/gm/
verttext.cpp 99 paint.setVerticalText(false);
103 paint.setVerticalText(true);
verttext2.cpp 79 paint.setVerticalText(true);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp 65 paint->setVerticalText(platformData.orientation() == Vertical);
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 227 void setVerticalText(bool);
    [all...]
  /external/skia/include/core/
SkPaint.h 227 void setVerticalText(bool);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 302 void SkPaint::setVerticalText(bool doVertical) {
    [all...]
  /external/skia/src/core/
SkPaint.cpp 302 void SkPaint::setVerticalText(bool doVertical) {
    [all...]

Completed in 2129 milliseconds