Searched refs:beginPage (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkDocument.h22 * a. canvas = doc->beginPage(...)
54 SkCanvas* beginPage(SkScalar width, SkScalar height,
59 * (into the canvas returned by beginPage()). After this call the canvas
60 * returned by beginPage() will be out-of-scope.
/external/skia/include/core/
H A DSkDocument.h22 * a. canvas = doc->beginPage(...)
54 SkCanvas* beginPage(SkScalar width, SkScalar height,
59 * (into the canvas returned by beginPage()). After this call the canvas
60 * returned by beginPage() will be out-of-scope.
/external/chromium_org/third_party/skia/src/doc/
H A DSkDocument.cpp23 SkCanvas* SkDocument::beginPage(SkScalar width, SkScalar height, function in class:SkDocument
/external/skia/src/doc/
H A DSkDocument.cpp23 SkCanvas* SkDocument::beginPage(SkScalar width, SkScalar height, function in class:SkDocument
/external/skia/tools/
H A Dskhello.cpp54 doDraw(doc->beginPage(width, height, NULL), paint, text);
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py185 c.beginPage (pageRect)
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp438 push_ref(L, get_ref<SkDocument>(L, 1)->beginPage(lua2scalar(L, 2),
460 { "beginPage", ldocument_beginPage },
/external/skia/src/utils/
H A DSkLua.cpp438 push_ref(L, get_ref<SkDocument>(L, 1)->beginPage(lua2scalar(L, 2),
460 { "beginPage", ldocument_beginPage },

Completed in 953 milliseconds