HomeSort by relevance Sort by last modified time
    Searched full:getrec (Results 1 - 10 of 10) sorted by null

  /external/skia/src/core/
SkTypeface_remote.cpp 23 fRemote->generateMetricsAndImage(*this->typefaceProxy(), this->getRec(), &fAlloc, glyph);
27 fRemote->generateImage(*this->typefaceProxy(), this->getRec(), glyph);
31 fRemote->generatePath(*this->typefaceProxy(), this->getRec(), glyphID, path);
35 fRemote->generateFontMetrics(*this->typefaceProxy(), this->getRec(), metrics);
SkGlyphCache.cpp 385 const SkScalerContextRec& rec = fScalerContext->getRec();
554 const SkScalerContextRec& rec = cache.getScalerContext()->getRec();
575 const SkScalerContextRec& rec = cache.getScalerContext()->getRec();
SkScalerContext.h 331 const SkScalerContextRec& getRec() const { return fRec; }
  /external/skqp/src/core/
SkTypeface_remote.cpp 23 fRemote->generateMetrics(*this->typefaceProxy(), this->getRec(), glyph);
27 fRemote->generateImage(*this->typefaceProxy(), this->getRec(), glyph);
31 fRemote->generatePath(*this->typefaceProxy(), this->getRec(), glyphID, path);
35 fRemote->generateFontMetrics(*this->typefaceProxy(), this->getRec(), metrics);
SkGlyphCache.cpp 385 const SkScalerContextRec& rec = fScalerContext->getRec();
558 const SkScalerContextRec& rec = cache.getScalerContext()->getRec();
581 const SkScalerContextRec& rec = cache.getScalerContext()->getRec();
SkScalerContext.h 301 const SkScalerContextRec& getRec() const { return fRec; }
  /external/one-true-awk/
proto.h 119 extern int getrec(char **, int *, int);
run.c 190 while (getrec(&record, &recsize, 1) > 0) {
432 n = getrec(&record, &recsize, 1);
434 n = getrec(&buf, &bufsize, 0);
    [all...]
lib.c 109 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */ function
FIXES 478 fixed a couple of bugs in getrec: could fail to update $0
    [all...]

Completed in 271 milliseconds