Lines Matching refs:that
4 * Use of this source code is governed by a BSD-style license that can be
50 Does not account for k3D_Format. For that, use computeTotalImageSize().
61 /** Returns the address of the byte that holds the specified bit.
62 Asserts that the mask is kBW_Format, and that x,y are in range.
73 Asserts that the mask is kA8_Format, and that x,y are in range.
85 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
98 * this asserts that the mask's format is 32bits, and that (x,y)
153 AlphaIter(const AlphaIter& that) : fPtr(that.fPtr), fOffset(that.fOffset) {}
177 bool operator<(const AlphaIter& that) const {
178 return fPtr < that.fPtr || (fPtr == that.fPtr && fOffset > that.fOffset);
186 AlphaIter(const AlphaIter& that) : fPtr(that.fPtr) {}
194 bool operator<(const AlphaIter& that) const { return fPtr < that.fPtr; }
200 AlphaIter(const AlphaIter& that) : fPtr(that.fPtr) {}
208 bool operator<(const AlphaIter& that) const { return fPtr < that.fPtr; }
214 AlphaIter(const AlphaIter& that) : fPtr(that.fPtr) {}
228 bool operator<(const AlphaIter& that) const { return fPtr < that.fPtr; }