/external/pdfium/core/fxge/dib/ |
D | fx_dib_main.cpp | 134 if (!Create(pSrc->GetWidth(), pSrc->GetHeight(), pSrc->GetFormat())) in Copy() 186 if (!pNewBitmap->Create(rect.Width(), rect.Height(), GetFormat())) in Clone() 308 switch (GetFormat()) { in Clear() 349 if (FXDIB_Rgb32 == GetFormat() && !IsCmykImage()) { in Clear() 419 FXDIB_Format dest_format = GetFormat(); in TransferBitmap() 420 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in TransferBitmap() 516 if (GetFormat() == FXDIB_Argb) { in TransferMask() 610 ASSERT(GetFormat() == FXDIB_Argb); in CloneAlphaMask() 635 if (!HasAlpha() || GetFormat() == FXDIB_Argb) in SetAlphaMask() 679 srcOffset = pSrcBitmap->GetFormat() == FXDIB_Argb ? 3 : 0; in LoadChannel() [all …]
|
D | fx_dib_engine.cpp | 23 FXDIB_Format format = src.GetFormat(); in GetStretchedFormat() 276 m_SrcBpp = pSrcBitmap->GetFormat() & 0xff; in CStretchEngine() 277 m_bHasAlpha = pSrcBitmap->GetFormat() & 0x200; in CStretchEngine() 883 if (m_pSource->GetFormat() == FXDIB_1bppRgb && m_pSource->GetPalette()) { in Start() 899 } else if (m_pSource->GetFormat() == FXDIB_1bppCmyk && in Start()
|
D | fx_dib_convert.cpp | 665 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in ConvertBuffer() 788 if (dest_format == GetFormat()) in CloneConvert() 797 if (GetFormat() == FXDIB_Argb) in CloneConvert() 830 FXDIB_Format src_format = GetFormat(); in ConvertFormat()
|
D | fx_dib_transform.cpp | 104 FXDIB_Format format = pDrc->GetFormat(); in GetTransformedFormat() 195 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) in SwapXY()
|
D | fx_dib_composite.cpp | 4517 if (!compositor.Init(GetFormat(), pSrcBitmap->GetFormat(), width, in CompositeBitmap() 4598 if (!compositor.Init(GetFormat(), pMask->GetFormat(), width, nullptr, color, in CompositeMask() 4751 bool bArgb = GetFormat() == FXDIB_Argb; in CompositeRect() 4890 if (!m_Compositor.Init(m_pBitmap->GetFormat(), src_format, width, pSrcPalette, in SetInfo()
|
/external/vulkan-validation-layers/tests/ |
D | vktestframeworkandroid.h | 45 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
|
D | vktestframework.h | 66 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
|
D | vktestframeworkandroid.cpp | 29 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) { in GetFormat() function in VkTestFramework
|
D | vktestframework.cpp | 197 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) { in GetFormat() function in VkTestFramework
|
D | vkrenderframework.cpp | 200 m_render_target_fmt = VkTestFramework::GetFormat(inst, m_device); in InitState()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 385 FXDIB_Format format = m_pDeviceBitmap->GetFormat(); in PngReadHeader() 433 switch (pDIBitmap->GetFormat()) { in PngAskScanlineBuf() 493 switch (pDeviceBitmap->GetFormat()) { in PngOneOneMapResampleHorz() 799 switch (pDeviceBitmap->GetFormat()) { in GifDoubleLineResampleVert() 961 switch (pDeviceBitmap->GetFormat()) { in ResampleVertBT() 1684 switch (pDeviceBitmap->GetFormat()) { in ResampleVert() 1929 GetTransMethod(pDIBitmap->GetFormat(), m_SrcFormat); in StartDecode() 1953 switch (m_pDeviceBitmap->GetFormat()) { in StartDecode() 1975 GetTransMethod(m_pDeviceBitmap->GetFormat(), m_SrcFormat); in StartDecode() 1994 GetTransMethod(m_pDeviceBitmap->GetFormat(), m_SrcFormat); in StartDecode() [all …]
|
/external/pdfium/core/fxge/ge/ |
D | cfx_cliprgn.cpp | 66 ASSERT(mask_dib->GetFormat() == FXDIB_8bppMask); in IntersectMaskF()
|
D | cfx_renderdevice.cpp | 212 const bool has_alpha = bitmap->GetFormat() == FXDIB_Argb; in DrawNormalTextHelper()
|
/external/pdfium/core/fxge/apple/ |
D | fx_quartz_device.cpp | 32 switch (pBitmap->GetFormat()) { in createGraphics()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_dibtransferfunc.cpp | 42 switch (m_pSrc->GetFormat()) { in TranslateScanline()
|
D | cpdf_renderstatus.cpp | 106 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawAxialShading() 190 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawRadialShading() 322 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawFuncShading() 479 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawFreeGouraudShading() 520 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawLatticeGouraudShading() 815 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawCoonPatchMeshes()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 46 if (pBitmap->GetFormat() == FXDIB_Argb) { in RgbByteOrderSetPixel() 150 FXDIB_Format dest_format = pBitmap->GetFormat(); in RgbByteOrderTransferBitmap() 151 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in RgbByteOrderTransferBitmap() 1382 composite_span = (pDevice->GetFormat() == FXDIB_Argb) in Init()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_dwrite.cpp | 185 if (pBitmap->GetFormat() > FXDIB_Argb) { in DwCreateRenderingTarget()
|
D | cfx_psrenderer.cpp | 426 switch (pSource->GetFormat()) { in DrawDIBits()
|
D | fx_win32_gdipext.cpp | 627 switch (pBitmap->GetFormat()) { in OutputImage() 737 switch (pBitmap->GetFormat()) { in GdipCreateBitmap()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_image.cpp | 268 if (pMaskBitmap->GetFormat() != FXDIB_1bppMask) { in SetImage()
|
/external/pdfium/core/fxge/ |
D | fx_dib.h | 189 FXDIB_Format GetFormat() const { in GetFormat() function
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 69 FXDIB_Format dest_format = pBitmap->GetFormat(); in RgbByteOrderTransferBitmap() 70 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in RgbByteOrderTransferBitmap() 3055 composite_span = (pDevice->GetFormat() == FXDIB_Argb) in Init()
|