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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 589 class DrawPosText : public Operation {
591 DrawPosText(const void* text, size_t byteLength,
599 context->drawPosText(m_text, m_byteLength, m_pos, *m_paint);
PlatformGraphicsContextRecording.cpp 915 void PlatformGraphicsContextRecording::drawPosText(const void* inText, size_t byteLength,
931 appendDrawingOperation(NEW_OP(DrawPosText)(text, byteLength, pos, paint), bounds);
    [all...]
  /external/skia/tests/
CanvasTest.cpp 335 SIMPLE_TEST_STEP(DrawPosText, drawPosText(kTestText.c_str(),
    [all...]

Completed in 293 milliseconds