Home | History | Annotate | Download | only in graphics

Lines Matching refs:GetIntField

183     *L = env->GetIntField(obj, gRect_leftFieldID);
184 *T = env->GetIntField(obj, gRect_topFieldID);
185 *R = env->GetIntField(obj, gRect_rightFieldID);
186 *B = env->GetIntField(obj, gRect_bottomFieldID);
203 ir->set(env->GetIntField(obj, gRect_leftFieldID),
204 env->GetIntField(obj, gRect_topFieldID),
205 env->GetIntField(obj, gRect_rightFieldID),
206 env->GetIntField(obj, gRect_bottomFieldID));
235 r->set(SkIntToScalar(env->GetIntField(obj, gRect_leftFieldID)),
236 SkIntToScalar(env->GetIntField(obj, gRect_topFieldID)),
237 SkIntToScalar(env->GetIntField(obj, gRect_rightFieldID)),
238 SkIntToScalar(env->GetIntField(obj, gRect_bottomFieldID)));
256 point->set(env->GetIntField(obj, gPoint_xFieldID),
257 env->GetIntField(obj, gPoint_yFieldID));
273 point->set(SkFloatToScalar(env->GetIntField(obj, gPointF_xFieldID)),
274 SkFloatToScalar(env->GetIntField(obj, gPointF_yFieldID)));
290 SkBitmap* b = (SkBitmap*)env->GetIntField(bitmap, gBitmap_nativeInstanceID);
302 int c = env->GetIntField(jconfig, gBitmapConfig_nativeInstanceID);
313 SkCanvas* c = (SkCanvas*)env->GetIntField(canvas, gCanvas_nativeInstanceID);
322 SkPaint* p = (SkPaint*)env->GetIntField(paint, gPaint_nativeInstanceID);
332 SkPicture* p = (SkPicture*)env->GetIntField(picture, gPicture_nativeInstanceID);
342 SkRegion* r = (SkRegion*)env->GetIntField(region, gRegion_nativeInstanceID);