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

  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 11 #include "SkObjectParser.h"
83 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
182 fInfo.push(SkObjectParser::PathToString(path));
183 fInfo.push(SkObjectParser::RegionOpToString(op));
184 fInfo.push(SkObjectParser::BoolToString(doAA));
201 fInfo.push(SkObjectParser::RegionToString(region));
202 fInfo.push(SkObjectParser::RegionOpToString(op));
215 fInfo.push(SkObjectParser::RectToString(rect));
216 fInfo.push(SkObjectParser::RegionOpToString(op));
217 fInfo.push(SkObjectParser::BoolToString(doAA))
    [all...]
SkObjectParser.cpp 9 #include "SkObjectParser.h"
21 SkString* SkObjectParser::BitmapToString(const SkBitmap& bitmap) {
60 SkString* SkObjectParser::BoolToString(bool doAA) {
70 SkString* SkObjectParser::CustomTextToString(const char* text) {
75 SkString* SkObjectParser::IntToString(int x, const char* text) {
82 SkString* SkObjectParser::IRectToString(const SkIRect& rect) {
95 SkString* SkObjectParser::MatrixToString(const SkMatrix& matrix) {
103 SkString* SkObjectParser::PaintToString(const SkPaint& paint) {
111 SkString* SkObjectParser::PathToString(const SkPath& path) {
175 SkString* boundStr = SkObjectParser::RectToString(path.getBounds(), " Bound: ")
    [all...]
SkObjectParser.h 14 /** \class SkObjectParser
19 class SkObjectParser {
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 11 #include "SkObjectParser.h"
83 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
182 fInfo.push(SkObjectParser::PathToString(path));
183 fInfo.push(SkObjectParser::RegionOpToString(op));
184 fInfo.push(SkObjectParser::BoolToString(doAA));
201 fInfo.push(SkObjectParser::RegionToString(region));
202 fInfo.push(SkObjectParser::RegionOpToString(op));
215 fInfo.push(SkObjectParser::RectToString(rect));
216 fInfo.push(SkObjectParser::RegionOpToString(op));
217 fInfo.push(SkObjectParser::BoolToString(doAA))
    [all...]
SkObjectParser.cpp 9 #include "SkObjectParser.h"
21 SkString* SkObjectParser::BitmapToString(const SkBitmap& bitmap) {
60 SkString* SkObjectParser::BoolToString(bool doAA) {
70 SkString* SkObjectParser::CustomTextToString(const char* text) {
75 SkString* SkObjectParser::IntToString(int x, const char* text) {
82 SkString* SkObjectParser::IRectToString(const SkIRect& rect) {
95 SkString* SkObjectParser::MatrixToString(const SkMatrix& matrix) {
103 SkString* SkObjectParser::PaintToString(const SkPaint& paint) {
111 SkString* SkObjectParser::PathToString(const SkPath& path) {
175 SkString* boundStr = SkObjectParser::RectToString(path.getBounds(), " Bound: ")
    [all...]
SkObjectParser.h 14 /** \class SkObjectParser
19 class SkObjectParser {
  /external/skia/gm/
Android.mk 12 ../src/utils/debugger/SkObjectParser.cpp
  /external/skia/
Android.mk 373 src/utils/debugger/SkObjectParser.cpp \

Completed in 48 milliseconds