HomeSort by relevance Sort by last modified time
    Searched refs:Bpp (Results 1 - 25 of 27) sorted by null

1 2

  /external/pdfium/core/fpdfapi/render/
cpdf_dibtransferfunc.h 33 int Bpp) const override;
cpdf_dibtransferfunc.cpp 147 int Bpp) const {
148 if (Bpp == 8) {
151 } else if (Bpp == 24) {
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 74 int Bpp = pBitmap->GetBPP() / 8;
80 pBuffer + row * pBitmap->GetPitch() + rect.left * Bpp;
81 if (Bpp == 4) {
97 uint8_t* dest_scan = pBuffer + row * pBitmap->GetPitch() + rect.left * Bpp;
127 if (Bpp == 4)
150 int Bpp = pBitmap->GetBPP() / 8;
157 uint8_t* dest_scan = buffer + (dest_top + row) * pitch + dest_left * Bpp;
160 src_left * Bpp;
161 if (Bpp == 4) {
180 uint8_t* dest_buf = buffer + dest_top * pitch + dest_left * Bpp;
    [all...]
  /external/pdfium/core/fxge/dib/
cfx_filtereddib.h 29 int Bpp) const = 0;
cfx_bitmapcomposer.cpp 131 int Bpp = m_pBitmap->GetBPP() / 8;
137 m_pBitmap->GetBuffer() + dest_x * Bpp + m_DestTop * dest_pitch;
155 for (int j = 0; j < Bpp; ++j)
189 for (int j = 0; j < Bpp; ++j)
cfx_dibitmap.cpp 217 int Bpp = GetBPP() / 8;
220 m_pBuffer.Get() + (dest_top + row) * m_Pitch + dest_left * Bpp;
222 pSrcBitmap->GetScanline(src_top + row) + src_left * Bpp;
223 memcpy(dest_scan, src_scan, width * Bpp);
388 int Bpp = GetBPP() / 8;
389 if (Bpp == 1) {
402 scan_line += Bpp;
944 int Bpp = GetBPP() / 8;
953 m_pBuffer.Get() + (dest_top + row) * m_Pitch + dest_left * Bpp;
    [all...]
cfx_imagetransformer.h 73 void CalcColor(const CalcData& cdata, FXDIB_Format format, int Bpp);
cfx_imagetransformer.cpp 31 int bpp,
34 int col_bpp_l = src_col_l * bpp;
35 int col_bpp_r = src_col_r * bpp;
54 int bpp,
61 *(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset);
329 int Bpp = m_Storer.GetBitmap()->GetBPP() / 8;
330 if (Bpp == 1)
333 CalcColor(cdata, format, Bpp);
436 int Bpp) {
440 auto func = [&cdata, format, Bpp, bHasAlpha](const BilinearData& data
    [all...]
cstretchengine.cpp 357 int Bpp = m_DestBpp / 8;
527 const uint8_t* src_pixel = src_scan + j * Bpp;
540 dest_scan += Bpp - 3;
557 const uint8_t* src_pixel = src_scan + j * Bpp;
581 dest_scan += Bpp - 3;
cfx_dibsource.cpp 69 int bpp = pBitmap->GetBPP() / 8; local
75 const uint8_t* src_port = scan_line + col * bpp;
223 int Bpp = pSrcBitmap->GetBPP() / 8;
246 pSrcBitmap->GetScanline(src_top + row) + src_left * Bpp;
249 src_scan += Bpp;
321 int bpp = pSrcBitmap->GetBPP() / 8; local
357 uint8_t* src_port = src_scan + col * bpp;
860 int Bpp = m_bpp / 8;
877 dest_scan += (m_Width - 1) * Bpp;
878 if (Bpp == 1)
    [all...]
cfx_scanlinecompositor.cpp     [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
HdLcdArmVExpress.c 35 LCD_BPP Bpp;
49 { // Mode 0 : VGA : 640 x 480 x 24 bpp
54 { // Mode 1 : SVGA : 800 x 600 x 24 bpp
59 { // Mode 2 : XGA : 1024 x 768 x 24 bpp
64 { // Mode 3 : SXGA : 1280 x 1024 x 24 bpp
69 { // Mode 4 : UXGA : 1600 x 1200 x 24 bpp
74 { // Mode 5 : HD : 1920 x 1080 x 24 bpp
222 switch (mResolutions[ModeNumber].Bpp) {
279 OUT LCD_BPP * Bpp
286 *Bpp = mResolutions[ModeNumber].Bpp;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.c 303 LCD_BPP Bpp;
332 Status = LcdPlatformGetBpp(ModeNumber, &Bpp);
339 * GetBytesPerPixel(Bpp);
372 IN LCD_BPP Bpp
375 switch(Bpp) {
LcdGraphicsOutputDxe.h 93 IN LCD_BPP Bpp
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
PL111LcdArmVExpress.c 33 LCD_BPP Bpp;
46 { // Mode 0 : VGA : 640 x 480 x 24 bpp
51 { // Mode 1 : SVGA : 800 x 600 x 24 bpp
56 { // Mode 2 : XGA : 1024 x 768 x 24 bpp
61 { // Mode 3 : SXGA : 1280 x 1024 x 24 bpp
66 { // Mode 4 : UXGA : 1600 x 1200 x 24 bpp
71 { // Mode 5 : HD : 1920 x 1080 x 24 bpp
76 { // Mode 6 : VGA : 640 x 480 x 16 bpp (565 Mode)
81 { // Mode 7 : SVGA : 800 x 600 x 16 bpp (565 Mode)
86 { // Mode 8 : XGA : 1024 x 768 x 16 bpp (565 Mode)
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
PL111Lcd.h 116 #define PL111_CTRL_LCD_BPP(Bpp) ((Bpp) << 1)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
LcdPlatformLib.h 218 OUT LCD_BPP* Bpp
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 192 void NextPixel(uint8_t** src_scan, uint8_t** dst_scan, int bpp) {
194 *dst_scan += bpp;
221 const int Bpp = has_alpha ? 4 : bitmap->GetBPP() / 8;
228 uint8_t* dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp;
240 NextPixel(&src_scan, &dest_scan, Bpp);
250 NextPixel(&src_scan, &dest_scan, Bpp);
254 NextPixel(&src_scan, &dest_scan, Bpp);
264 NextPixel(&src_scan, &dest_scan, Bpp);
268 NextPixel(&src_scan, &dest_scan, Bpp);
281 NextPixel(&src_scan, &dest_scan, Bpp);
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
TilingFunctions.h 407 xOffsetBytes = (array * pState->qpitch + lodOffset + x) * info.Bpp;
549 xOffsetBytes = (x + lodOffsetX + pState->xOffset) * info.Bpp;
580 xOffsetBytes = (x + lodOffsetX) * info.Bpp;
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp 518 int Bpp = pSource->GetBPP() / 8;
519 uint32_t nComponents = Bpp >= 3 ? (pSource->IsCmykImage() ? 4 : 3) : 1;
575 src_scan += Bpp;
fx_codec_progress.cpp 655 int Bpp = pDevice->GetBPP() / 8;
659 (uint8_t*)pDevice->GetScanline(row + startY) + startX * Bpp;
672 pScanline += Bpp - 3;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
formats.h 242 uint32_t bpp; ///< bits per pixel member in struct:SWR_FORMAT_INFO
243 uint32_t Bpp; ///< bytes per pixel
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 75 int Bpp = pBitmap->GetBPP() / 8;
82 uint8_t* dest_scan = buffer + (dest_top + row) * pitch + dest_left * Bpp;
84 (uint8_t*)pSrcBitmap->GetScanline(src_top + row) + src_left * Bpp;
85 if (Bpp == 4) {
104 uint8_t* dest_buf = buffer + dest_top * pitch + dest_left * Bpp;
    [all...]
  /external/u-boot/arch/arm/include/asm/arch-pxa/
pxa-regs.h     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp 398 SWR_ASSERT((info.bpp != 0), "Unsupported format in JitLoadVertices.");
400 uint32_t bpc = info.bpp / info.numComps; ///@todo Code below assumes all components are same size. Need to fix.
488 Value *endOffset = ADD(offset, C((int64_t)info.Bpp));
507 default: SWR_INVALID("Unsupported underlying bpp!");
747 SWR_ASSERT(info.bpp <= 32);
750 if (info.bpp == 32)
768 switch (info.bpp)
802 SWR_INVALID("Shouldn't have BPP = %d now", info.bpp);
    [all...]

Completed in 556 milliseconds

1 2