Home | History | Annotate | Download | only in graphics

Lines Matching refs:getSaveCount

185         if (canvas->getSaveCount() <= 1) {  // cannot restore anymore
192 static int getSaveCount(JNIEnv* env, jobject jcanvas) {
194 return GraphicsJNI::getNativeCanvas(env, jcanvas)->getSaveCount();
1028 {"getSaveCount","()I", (void*) SkCanvasGlue::getSaveCount},