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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 42 virtual void setTextOffset(FloatSize offset) {}
PlatformGraphicsContext.h 151 virtual void setTextOffset(FloatSize offset) = 0;
PlatformGraphicsContextRecording.h 70 virtual void setTextOffset(FloatSize offset) { m_textOffset = offset; }
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 223 gc->platformContext()->setTextOffset(FloatSize(0.0f, -yOffset)); // compensate for offset in bounds calculation
295 gc->platformContext()->setTextOffset(FloatSize()); // reset to undo above
    [all...]

Completed in 123 milliseconds