HomeSort by relevance Sort by last modified time
    Searched refs:BytesPerPixel (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 250 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8;
278 if (byte >= BytesPerPixel) {
279 left = pSrcData[byte - BytesPerPixel];
294 if (byte >= BytesPerPixel) {
295 left = pSrcData[byte - BytesPerPixel];
306 if (byte >= BytesPerPixel) {
307 left = pSrcData[byte - BytesPerPixel];
314 if (byte >= BytesPerPixel && row) {
315 upper_left = pSrcData[byte - row_size - BytesPerPixel];
341 int BytesPerPixel = (bpc * nColors + 7) / 8
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_pixels.c 143 SDLTest_AssertCheck(result->BytesPerPixel == 0, "Verify value of result.BytesPerPixel; expected: 0, got %u", result->BytesPerPixel);
164 SDLTest_AssertCheck(result->BytesPerPixel > 0, "Verify value of result.BytesPerPixel; expected: >0, got %u", result->BytesPerPixel);
testautomation_surface.c 359 if ( fmt1->BytesPerPixel == face->format->BytesPerPixel &&
360 fmt2->BytesPerPixel == face->format->BytesPerPixel &&
testgesture.c 102 SDL_memcpy(&colour,pixmem32,screen->format->BytesPerPixel);
  /external/skia/src/codec/
SkSwizzler.h 83 static int BytesPerPixel(SrcConfig sc) {
149 * @param bpp if bitsPerPixel % 8 == 0, deltaSrc is bytesPerPixel
260 // fBPP is bytesPerPixel
SkPngCodec.cpp 466 const int bpp = SkSwizzler::BytesPerPixel(fSrcConfig);
561 fStorage.reset(this->getInfo().width() * SkSwizzler::BytesPerPixel(this->srcConfig()));
632 fSrcRowBytes = this->getInfo().width() * SkSwizzler::BytesPerPixel(this->srcConfig());
SkSwizzler.cpp 250 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) {
288 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) {
466 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) {
889 int srcBPP = SkIsAlign8(BitsPerPixel(sc)) ? BytesPerPixel(sc) : BitsPerPixel(sc);
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_pixels.h 279 Uint8 BytesPerPixel;
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_pixels.h 279 Uint8 BytesPerPixel;
  /prebuilts/misc/windows/sdl2/include/
SDL_pixels.h 279 Uint8 BytesPerPixel;
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_pixels.h 279 Uint8 BytesPerPixel;
  /external/opencv3/modules/videoio/src/
cap_openni.cpp     [all...]

Completed in 2235 milliseconds