OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDrawPathCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp
490
SkDrawPathCommand
::
SkDrawPathCommand
(const SkPath& path, const SkPaint& paint)
499
void
SkDrawPathCommand
::execute(SkCanvas* canvas) {
503
bool
SkDrawPathCommand
::render(SkCanvas* canvas) const {
SkDrawCommand.h
331
class
SkDrawPathCommand
: public SkDrawCommand {
333
SkDrawPathCommand
(const SkPath& path, const SkPaint& paint);
Completed in 32 milliseconds