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

  /external/chromium_org/third_party/skia/src/core/
SkConfig8888.h 16 size_t fRowBytes;
SkMipMap.h 22 uint32_t fRowBytes;
  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.h 62 const size_t fRowBytes;
SkDiscardablePixelRef.h 40 const size_t fRowBytes;
  /external/skia/src/core/
SkConfig8888.h 16 size_t fRowBytes;
SkMipMap.h 22 uint32_t fRowBytes;
  /external/skia/src/lazy/
SkCachingPixelRef.h 62 const size_t fRowBytes;
SkDiscardablePixelRef.h 40 const size_t fRowBytes;
  /external/chromium_org/third_party/skia/samplecode/
SamplePathUtils.cpp 41 static const size_t fRowBytes = 2;
42 static const int fNumChars = fH * fRowBytes;
83 gBitsToPath_fns[j](&path, (char*) &gBits[i], fW, fH, fRowBytes);
  /external/skia/samplecode/
SamplePathUtils.cpp 41 static const size_t fRowBytes = 2;
42 static const int fNumChars = fH * fRowBytes;
83 gBitsToPath_fns[j](&path, (char*) &gBits[i], fW, fH, fRowBytes);
  /external/chromium_org/third_party/skia/include/core/
SkMask.h 35 uint32_t fRowBytes;
62 return fImage + ((x - fBounds.fLeft) >> 3) + (y - fBounds.fTop) * fRowBytes;
73 return fImage + x - fBounds.fLeft + (y - fBounds.fTop) * fRowBytes;
85 uint16_t* row = (uint16_t*)(fImage + (y - fBounds.fTop) * fRowBytes);
98 uint32_t* row = (uint32_t*)(fImage + (y - fBounds.fTop) * fRowBytes);
111 uint32_t* row = (uint32_t*)(fImage + (y - fBounds.fTop) * fRowBytes);
SkPixelRef.h 70 size_t rowBytes() const { return fRec.fRowBytes; }
79 size_t fRowBytes;
84 return NULL == fPixels && NULL == fColorTable && 0 == fRowBytes;
SkBitmap.h 123 return fRowBytes >> this->shiftPerPixel();
150 size_t rowBytes() const { return fRowBytes; }
171 size_t getSize() const { return fInfo.fHeight * fRowBytes; }
177 size_t getSafeSize() const { return fInfo.getSafeSize(fRowBytes); }
183 return sk_64_mul(fInfo.fHeight, fRowBytes);
192 return fInfo.getSafeSize64(fRowBytes);
    [all...]
SkCanvas.h     [all...]
SkImageDecoder.h 339 size_t fRowBytes;
  /external/skia/include/core/
SkMask.h 35 uint32_t fRowBytes;
62 return fImage + ((x - fBounds.fLeft) >> 3) + (y - fBounds.fTop) * fRowBytes;
73 return fImage + x - fBounds.fLeft + (y - fBounds.fTop) * fRowBytes;
85 uint16_t* row = (uint16_t*)(fImage + (y - fBounds.fTop) * fRowBytes);
98 uint32_t* row = (uint32_t*)(fImage + (y - fBounds.fTop) * fRowBytes);
111 uint32_t* row = (uint32_t*)(fImage + (y - fBounds.fTop) * fRowBytes);
SkPixelRef.h 70 size_t rowBytes() const { return fRec.fRowBytes; }
79 size_t fRowBytes;
84 return NULL == fPixels && NULL == fColorTable && 0 == fRowBytes;
SkBitmap.h 123 return fRowBytes >> this->shiftPerPixel();
150 size_t rowBytes() const { return fRowBytes; }
171 size_t getSize() const { return fInfo.fHeight * fRowBytes; }
177 size_t getSafeSize() const { return fInfo.getSafeSize(fRowBytes); }
183 return sk_64_mul(fInfo.fHeight, fRowBytes);
192 return fInfo.getSafeSize64(fRowBytes);
772 uint32_t fRowBytes;
    [all...]
SkCanvas.h     [all...]
SkImageDecoder.h 339 size_t fRowBytes;
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 64 , fRowBytes(rowBytes)
78 bm->installPixels(fInfo, fTarget, fRowBytes, ct, NULL, NULL);
88 // a bitmap described by fInfo and fRowBytes
89 const size_t fRowBytes; // rowbytes for the destination bitmap
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 64 , fRowBytes(rowBytes)
78 bm->installPixels(fInfo, fTarget, fRowBytes, ct, NULL, NULL);
88 // a bitmap described by fInfo and fRowBytes
89 const size_t fRowBytes; // rowbytes for the destination bitmap

Completed in 550 milliseconds