Home
last modified time | relevance | path

Searched refs:gptr (Results 1 – 4 of 4) sorted by relevance

/external/zlib/contrib/iostream3/
Dzfstream.cc175 if (this->gptr() && (this->gptr() < this->egptr())) in showmanyc()
176 return std::streamsize(this->egptr() - this->gptr()); in showmanyc()
188 if (this->gptr() && (this->gptr() < this->egptr())) in underflow()
189 return traits_type::to_int_type(*(this->gptr())); in underflow()
209 return traits_type::to_int_type(*(this->gptr())); in underflow()
/external/skia/src/core/
DSkGlyphCache.cpp82 SkGlyph** gptr = fGlyphArray.begin(); in ~SkGlyphCache() local
84 while (gptr < stop) { in ~SkGlyphCache()
85 SkPath* path = (*gptr)->fPath; in ~SkGlyphCache()
89 gptr += 1; in ~SkGlyphCache()
256 SkGlyph** gptr = fGlyphArray.begin(); in lookupMetrics() local
262 if (gptr[mid]->fID < id) { in lookupMetrics()
268 glyph = gptr[hi]; in lookupMetrics()
DSkPaint.cpp346 uint16_t* gptr = glyphs; in textToGlyphs() local
351 *gptr++ = cache->unicharToGlyph(SkUTF8_NextUnichar(&text)); in textToGlyphs()
358 *gptr++ = cache->unicharToGlyph(SkUTF16_NextUnichar(&text16)); in textToGlyphs()
365 return gptr - glyphs; in textToGlyphs()
/external/zlib/contrib/iostream/
Dzfstream.cpp151 return (unsigned char) *gptr(); in underflow()
169 return (unsigned char) *gptr(); in underflow()