HomeSort by relevance Sort by last modified time
    Searched defs:bbp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
SkGrFontScaler.cpp 183 const int bbp = GrMaskFormatBytesPerPixel(this->getMaskFormat()); local
185 memcpy(dst, src, width * bbp);
  /external/skia/src/gpu/
SkGrFontScaler.cpp 183 const int bbp = GrMaskFormatBytesPerPixel(this->getMaskFormat()); local
185 memcpy(dst, src, width * bbp);
  /external/wpa_supplicant_8/src/wps/
httpread.c 401 char *bbp; /* pointer into body buffer */ local
541 bbp = h->body + h->body_nbytes;
548 if (bbp-cbp >= 2 && bbp[-2] == '\r' &&
549 bbp[-1] == '\n') {
561 bbp = cbp;
585 if (bbp[-1] == '\n' &&
586 bbp[-2] == '\r') {
590 bbp -= 2;
615 *bbp++ = *rbp++
    [all...]
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 745 static const int bbp = 4; local
749 DCHECK_EQ(input.bytesPerPixel(), bbp);
750 DCHECK_GE(static_cast<int>(input.rowBytes()), input.width() * bbp);
763 static const int bbp = 4; local
767 DCHECK_EQ(input.bytesPerPixel(), bbp);
768 DCHECK_GE(static_cast<int>(input.rowBytes()), input.width() * bbp);

Completed in 260 milliseconds