Home | History | Annotate | Download | only in core

Lines Matching refs:fHeight

94     bool empty() const { return 0 == fWidth || 0 == fHeight; }
112 int height() const { return fHeight; }
144 size_t getSize() const { return fHeight * fRowBytes; }
158 size.setMul(fHeight, fRowBytes);
624 SkASSERT((unsigned)y < (unsigned)fHeight);
630 SkASSERT((unsigned)y < (unsigned)fHeight);
636 int fHeight;
661 uint32_t fHeight;
766 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
773 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
780 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
787 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
796 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);