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

  /external/chromium_org/third_party/skia/tools/
image_expectations.cpp 122 // ImageResultsAndExpectations class...
124 bool ImageResultsAndExpectations::readExpectationsFile(const char *jsonPath) {
164 void ImageResultsAndExpectations::add(const char *sourceName, const char *fileName,
198 void ImageResultsAndExpectations::addDescription(const char *key, const char *value) {
202 void ImageResultsAndExpectations::setImageBaseGSUrl(const char *imageBaseGSUrl) {
206 Expectation ImageResultsAndExpectations::getExpectation(const char *sourceName,
228 void ImageResultsAndExpectations::writeToFile(const char *filename) const {
242 /*static*/ bool ImageResultsAndExpectations::Parse(SkFILE *filePtr,
image_expectations.h 147 class ImageResultsAndExpectations {
render_pictures_main.cpp 278 sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) {
398 sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) {
475 sk_tools::ImageResultsAndExpectations jsonSummary;
476 sk_tools::ImageResultsAndExpectations* jsonSummaryPtr = NULL;
PictureRenderer.h 238 void setJsonSummaryPtr(ImageResultsAndExpectations* jsonSummaryPtr) {
448 ImageResultsAndExpectations* fJsonSummaryPtr;
PictureRenderer.cpp 279 const SkString& inputFilename, ImageResultsAndExpectations *jsonSummaryPtr,
  /external/skia/tools/
image_expectations.h 81 class ImageResultsAndExpectations {
image_expectations.cpp 95 // ImageResultsAndExpectations class...
97 bool ImageResultsAndExpectations::readExpectationsFile(const char *jsonPath) {
137 void ImageResultsAndExpectations::add(const char *sourceName, const char *fileName,
180 bool ImageResultsAndExpectations::matchesExpectation(const char *sourceName,
203 void ImageResultsAndExpectations::writeToFile(const char *filename) const {
215 /*static*/ bool ImageResultsAndExpectations::Parse(SkFILE *filePtr,
render_pictures_main.cpp 267 sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) {
382 sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) {
464 sk_tools::ImageResultsAndExpectations jsonSummary;
465 sk_tools::ImageResultsAndExpectations* jsonSummaryPtr = NULL;
PictureRenderer.h 234 void setJsonSummaryPtr(ImageResultsAndExpectations* jsonSummaryPtr) {
385 ImageResultsAndExpectations* fJsonSummaryPtr;
PictureRenderer.cpp 274 const SkString& inputFilename, ImageResultsAndExpectations *jsonSummaryPtr,
706 SkRunnable* done, ImageResultsAndExpectations* jsonSummaryPtr,
785 ImageResultsAndExpectations* fJsonSummaryPtr;
    [all...]

Completed in 157 milliseconds