Searched refs:readPath (Results 1 – 10 of 10) sorted by relevance
1171 const char* readPath = NULL; // if non-null, were we read from to compare in tool_main() local1310 readPath = *argv; in tool_main()1384 if (readPath) { in tool_main()1385 if (!sk_exists(readPath)) { in tool_main()1386 fprintf(stderr, "readPath %s does not exist!\n", readPath); in tool_main()1389 if (sk_isdir(readPath)) { in tool_main()1390 fprintf(stderr, "reading from %s\n", readPath); in tool_main()1393 (readPath, notifyMissingReadReference))); in tool_main()1396 readPath); in tool_main()
31 buffer.readPath(p); in SkPathHeap()
127 void SkOrderedReadBuffer::readPath(SkPath* path) { in readPath() function in SkOrderedReadBuffer128 fReader.readPath(path); in readPath()
56 virtual void readPath(SkPath* path) SK_OVERRIDE;
121 buffer.readPath(&fPath); in SkPath2DPathEffect()
152 buffer.readPath(&fPath); in SkPath1DPathEffect()
109 void readPath(SkPath* path) { in readPath() function
73 virtual void readPath(SkPath* path) = 0;
222 reader->readPath(&path); in clipPath_rp()372 reader->readPath(&path); in drawPath_rp()452 reader->readPath(&path); in drawTextOnPath_rp()
1490 reader.readPath(&readBack); in write_and_read_back()