Searched refs:DEBUGCANVAS_ATTRIBUTE_SHORTDESC (Results 1 – 1 of 1) sorted by relevance
/external/skia/tools/debugger/ |
D | DrawCommand.cpp | 120 #define DEBUGCANVAS_ATTRIBUTE_SHORTDESC "shortDesc" macro 1051 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fRect)->c_str()); in toJSON() 1107 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, " (translate)"); in writeMatrixType() 1110 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, " (scale)"); in writeMatrixType() 1113 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, " (rotation or skew)"); in writeMatrixType() 1116 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, " (perspective)"); in writeMatrixType() 1168 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, desc.c_str()); in toJSON() 1277 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1328 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1387 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() [all …]
|