Lines Matching refs:fLeft
87 domain.fLeft = (subset->fLeft + 0.5f) * sx; in copy_on_gpu()
107 localRect.fLeft *= sx; in copy_on_gpu()
131 if (contentArea.fLeft > 0 || contentArea.fTop > 0 || in GrTextureAdjuster()
175 outOffset->set(contentArea->fLeft, contentArea->fRight); in refTextureSafeForParams()
272 domainRect->fLeft = constraintRect.fLeft + kDomainInset; in determine_domain_mode()
287 if (textureContentArea->fLeft > 0 && in determine_domain_mode()
288 textureContentArea->fLeft + filterHalfWidth > constraintRect.fLeft) { in determine_domain_mode()
289 domainRect->fLeft = textureContentArea->fLeft + kDomainInset; in determine_domain_mode()
313 if (textureContentArea->fLeft != 0) { in determine_domain_mode()
314 domainRect->fLeft = textureContentArea->fLeft + kDomainInset; in determine_domain_mode()
330 if (domainRect->fLeft > domainRect->fRight) { in determine_domain_mode()
331 domainRect->fLeft = domainRect->fRight = SkScalarAve(domainRect->fLeft, domainRect->fRight); in determine_domain_mode()
336 domainRect->fLeft /= texW; in determine_domain_mode()
383 SkScalar l = SkIntToScalar(contentArea->fLeft); in createFragmentProcessor()
425 (domain.fLeft <= domain.fRight && domain.fTop <= domain.fBottom)); in createFragmentProcessor()