Lines Matching refs:drawBounds
511 jint advancesIndex, SkRect* drawBounds, uint32_t* clusterCount) { in doRunAdvance() argument
524 drawBounds ? &bounds : nullptr, clusterCount); in doRunAdvance()
525 if (drawBounds) { in doRunAdvance()
526 copyMinikinRectToSkRect(bounds, drawBounds); in doRunAdvance()
532 advancesArray.get(), drawBounds ? &bounds : nullptr, in doRunAdvance()
535 if (drawBounds) { in doRunAdvance()
536 copyMinikinRectToSkRect(bounds, drawBounds); in doRunAdvance()
562 jobject drawBounds, jobject runInfo) { in getRunCharacterAdvance___CIIIIZI_FI_F() argument
571 drawBounds ? &skDrawBounds : nullptr, &clusterCount); in getRunCharacterAdvance___CIIIIZI_FI_F()
572 if (drawBounds != nullptr) { in getRunCharacterAdvance___CIIIIZI_FI_F()
573 GraphicsJNI::rect_to_jrectf(skDrawBounds, env, drawBounds); in getRunCharacterAdvance___CIIIIZI_FI_F()