OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jsonSummaryPtr
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tools/
render_pictures_main.cpp
274
* @param
jsonSummaryPtr
if not NULL, add the image(s) generated to this summary
278
sk_tools::ImageResultsAndExpectations *
jsonSummaryPtr
) {
281
renderer.setJsonSummaryPtr(
jsonSummaryPtr
);
376
if (
jsonSummaryPtr
) {
378
jsonSummaryPtr
->add(inputFilename.c_str(), outputFilename.c_str(), imageDigest);
380
!
jsonSummaryPtr
->getExpectation(inputFilename.c_str()).matches(imageDigest)) {
398
sk_tools::ImageResultsAndExpectations *
jsonSummaryPtr
) {
406
if (!render_picture(inputPath, writePath, mismatchPath, renderer,
jsonSummaryPtr
)) {
412
if (!render_picture(inputPath, writePath, mismatchPath, renderer,
jsonSummaryPtr
)) {
476
sk_tools::ImageResultsAndExpectations*
jsonSummaryPtr
= NULL
[
all
...]
PictureRenderer.cpp
272
* @param
jsonSummaryPtr
If not null, add image results (checksum) to this summary.
279
const SkString& inputFilename, ImageResultsAndExpectations *
jsonSummaryPtr
,
316
if (
jsonSummaryPtr
) {
327
jsonSummaryPtr
->add(inputFilename.c_str(), outputRelativePath.c_str(),
330
!
jsonSummaryPtr
->getExpectation(inputFilename.c_str(),
PictureRenderer.h
238
void setJsonSummaryPtr(ImageResultsAndExpectations*
jsonSummaryPtr
) {
239
fJsonSummaryPtr =
jsonSummaryPtr
;
Completed in 30 milliseconds