Searched refs:isGraphic (Results 1 – 4 of 4) sorted by relevance
699 const bool isGraphic = (pool->getAllocatorId() & C2Allocator::GRAPHIC); in checkMode() local701 if (isGraphic) { in checkMode()
611 const bool isGraphic = (pool->getAllocatorId() & C2Allocator::GRAPHIC); in checkContext() local613 if (isGraphic) { in checkContext()
753 const bool isGraphic = (pool->getAllocatorId() & C2Allocator::GRAPHIC); in checkMode() local755 if (isGraphic) { in checkMode()
38104 HSPLandroid/text/TextUtils;->isGraphic(Ljava/lang/CharSequence;)Z