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

  /external/webkit/WebCore/platform/graphics/android/
FontAndroid.cpp 67 static bool setupForText(SkPaint* paint, GraphicsContext* gc,
123 if (!setupForText(&paint, gc, font)) {
202 if (!setupForText(&paint, gc, primaryFont())) {
206 // go to chars, instead of glyphs, which was set by setupForText()
  /external/skia/src/gl/
SkGLDevice.h 81 void setupForText(SkDraw* draw, const SkPaint& paint);
SkGLDevice.cpp 63 // these are initialized in setupForText
738 void SkGLDevice::setupForText(SkDraw* draw, const SkPaint& paint) {
785 this->setupForText(&myDraw, paint);
801 this->setupForText(&myDraw, paint);

Completed in 1888 milliseconds