Lines Matching refs:value
217 @param behavior specializes this constructor; value is unused
579 Call restoreToCount() with returned value to restore this and subsequent saves.
603 Call restoreToCount() with returned value to restore this and subsequent saves.
627 Call restoreToCount() with returned value to restore this and subsequent saves.
734 Call restoreToCount() with returned value to restore this and subsequent saves.
831 @param px x-axis value of the point to rotate about
832 @param py y-axis value of the point to rotate about
838 /** Skews SkMatrix by sx on the x-axis and sy on the y-axis. A positive value of sx
839 skews the drawing right as y-axis values increase; a positive value of sy skews
868 * about the ctm or clip, but does "name" this matrix value, so it can be referenced by
872 * value. However, between save frames, marking with the same name does not lose the marker
1727 ending with a char value of zero
1756 ending with a char value of zero
2119 /** Associates SkRect on SkCanvas with an annotation; a key-value pair, where the key is
2120 a null-terminated UTF-8 string, and optional value is stored as SkData.
2127 @param value data holding value stored in annotation
2131 void drawAnnotation(const SkRect& rect, const char key[], SkData* value);
2133 /** Associates SkRect on SkCanvas when an annotation; a key-value pair, where the key is
2134 a null-terminated UTF-8 string, and optional value is stored as SkData.
2141 @param value data holding value stored in annotation
2143 void drawAnnotation(const SkRect& rect, const char key[], const sk_sp<SkData>& value) {
2144 this->drawAnnotation(rect, key, value.get());
2249 // getSaveLayerStrategy()'s return value may suppress full layer allocation.
2315 virtual void onDrawAnnotation(const SkRect& rect, const char key[], SkData* value);
2438 int fSaveCount; // value returned by getSaveCount()