![]() |
Flutter Engine
The Flutter Engine
|
#include <PathOpsThreadedCommon.h>
Public Member Functions | |
void | outputProgress (const char *pathStr, SkPathFillType) |
void | outputProgress (const char *pathStr, SkPathOp) |
Public Attributes | |
unsigned char | fA |
unsigned char | fB |
unsigned char | fC |
unsigned char | fD |
std::string | fPathStr |
const char * | fKey |
char | fSerialNo [256] |
skiatest::Reporter * | fReporter |
SkBitmap * | fBitmap |
Definition at line 27 of file PathOpsThreadedCommon.h.
void PathOpsThreadState::outputProgress | ( | const char * | pathStr, |
SkPathFillType | pathFillType | ||
) |
Definition at line 673 of file PathOpsExtendedTest.cpp.
void PathOpsThreadState::outputProgress | ( | const char * | pathStr, |
SkPathOp | op | ||
) |
Definition at line 684 of file PathOpsExtendedTest.cpp.
unsigned char PathOpsThreadState::fA |
Definition at line 28 of file PathOpsThreadedCommon.h.
unsigned char PathOpsThreadState::fB |
Definition at line 29 of file PathOpsThreadedCommon.h.
SkBitmap* PathOpsThreadState::fBitmap |
Definition at line 36 of file PathOpsThreadedCommon.h.
unsigned char PathOpsThreadState::fC |
Definition at line 30 of file PathOpsThreadedCommon.h.
unsigned char PathOpsThreadState::fD |
Definition at line 31 of file PathOpsThreadedCommon.h.
const char* PathOpsThreadState::fKey |
Definition at line 33 of file PathOpsThreadedCommon.h.
std::string PathOpsThreadState::fPathStr |
Definition at line 32 of file PathOpsThreadedCommon.h.
skiatest::Reporter* PathOpsThreadState::fReporter |
Definition at line 35 of file PathOpsThreadedCommon.h.
char PathOpsThreadState::fSerialNo[256] |
Definition at line 34 of file PathOpsThreadedCommon.h.