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

  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl.cc 49 size_t GpuMemoryBufferImpl::BytesPerPixel(unsigned internalformat) {
  /external/chromium_org/ui/gl/
gl_image_memory.cc 57 int BytesPerPixel(unsigned internalformat) {
194 return size_.GetArea() * BytesPerPixel(internalformat_);
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 38 int BytesPerPixel(unsigned internalformat) {
66 return size_.width() * BytesPerPixel(internalformat_);
329 size.GetArea() * BytesPerPixel(internalformat), 0);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 234 int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8;
263 if (byte >= BytesPerPixel) {
264 left = pSrcData[byte - BytesPerPixel];
281 if (byte >= BytesPerPixel) {
282 left = pSrcData[byte - BytesPerPixel];
294 if (byte >= BytesPerPixel) {
295 left = pSrcData[byte - BytesPerPixel];
302 if (byte >= BytesPerPixel && row) {
303 upper_left = pSrcData[byte - row_size - BytesPerPixel];
326 int BytesPerPixel = (bpc * nColors + 7) / 8;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_RLEaccel.c 626 switch(fmt->BytesPerPixel) { \
633 switch(fmt->BytesPerPixel) { \
712 switch(fmt->BytesPerPixel) { \
719 switch(fmt->BytesPerPixel) { \
860 + y * dst->pitch + x * src->format->BytesPerPixel;
887 switch(src->format->BytesPerPixel) {
1000 Uint8 BytesPerPixel;
1092 switch(df->BytesPerPixel) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 73 Uint8 BytesPerPixel;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
496 iTargetBpp = BytesPerPixel(DisplayMode());
659 iSourceBpp = BytesPerPixel(aMode);
dsa_old.cpp 5 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
332 iTargetBpp = BytesPerPixel(DisplayMode());
452 iSourceBpp = BytesPerPixel(aMode);
dsa.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
771 iTargetBpp = BytesPerPixel(DisplayMode());
900 iSourceBpp = BytesPerPixel(aMode);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 73 Uint8 BytesPerPixel;
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 73 Uint8 BytesPerPixel;
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 73 Uint8 BytesPerPixel;
    [all...]

Completed in 506 milliseconds