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

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 181 bool setupShadowPaint(GraphicsContext* ctx, SkPaint* paint, SkPoint* offset)
953 bool GraphicsContext::setupShadowPaint(SkPaint* paint, SkPoint* offset)
955 return m_data->getState()->setupShadowPaint(this, paint, offset);
    [all...]
FontAndroid.cpp 122 if (gc->setupShadowPaint(&shadowPaint, &offset)) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 298 bool setupShadowPaint(SkPaint* paint, SkPoint* offset);

Completed in 21 milliseconds