Lines Matching refs:fBottom
90 domain.fBottom = (subset->fBottom - 0.5f) * sy; in copy_on_gpu()
110 localRect.fBottom *= sy; in copy_on_gpu()
132 contentArea.fRight < original->width() || contentArea.fBottom < original->height()) { in GrTextureAdjuster()
275 domainRect->fBottom = constraintRect.fBottom - kDomainInset; in determine_domain_mode()
302 if (textureContentArea->fBottom < texH && in determine_domain_mode()
303 textureContentArea->fBottom - filterHalfWidth < constraintRect.fBottom) { in determine_domain_mode()
304 domainRect->fBottom = textureContentArea->fBottom - kDomainInset; in determine_domain_mode()
322 if (textureContentArea->fBottom != texH) { in determine_domain_mode()
323 domainRect->fBottom = textureContentArea->fBottom - kDomainInset; in determine_domain_mode()
333 if (domainRect->fTop > domainRect->fBottom) { in determine_domain_mode()
334 domainRect->fTop = domainRect->fBottom = SkScalarAve(domainRect->fTop, domainRect->fBottom); in determine_domain_mode()
339 domainRect->fBottom /= texH; in determine_domain_mode()
425 (domain.fLeft <= domain.fRight && domain.fTop <= domain.fBottom)); in createFragmentProcessor()