Home | History | Annotate | Download | only in graphics

Lines Matching refs:getColor

163     static jint getColor(JNIEnv* env, jobject paint) {
165 return GraphicsJNI::getNativePaint(env, paint)->getColor();
811 {"getColor","()I", (void*) SkPaintGlue::getColor},