Home | History | Annotate | Download | only in gpu

Lines Matching refs:fBottom

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