Searched refs:DEBUGCANVAS_ATTRIBUTE_SHORTDESC (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tools/debugger/ |
D | DrawCommand.cpp | 119 #define DEBUGCANVAS_ATTRIBUTE_SHORTDESC "shortDesc" macro 1043 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fRect)->c_str()); in toJSON() 1103 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, " (translate)"); in writeMatrixType() 1106 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, " (scale)"); in writeMatrixType() 1109 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, " (rotation or skew)"); in writeMatrixType() 1112 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, " (perspective)"); in writeMatrixType() 1164 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, desc.c_str()); in toJSON() 1273 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1324 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1383 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() [all …]
|