Home
last modified time | relevance | path

Searched refs:GetFormat (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp134 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 …]
Dfx_dib_engine.cpp23 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()
Dfx_dib_convert.cpp665 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()
Dfx_dib_transform.cpp104 FXDIB_Format format = pDrc->GetFormat(); in GetTransformedFormat()
195 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) in SwapXY()
Dfx_dib_composite.cpp4517 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/
Dvktestframeworkandroid.h45 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
Dvktestframework.h66 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
Dvktestframeworkandroid.cpp29 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) { in GetFormat() function in VkTestFramework
Dvktestframework.cpp197 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) { in GetFormat() function in VkTestFramework
Dvkrenderframework.cpp200 m_render_target_fmt = VkTestFramework::GetFormat(inst, m_device); in InitState()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp385 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/
Dcfx_cliprgn.cpp66 ASSERT(mask_dib->GetFormat() == FXDIB_8bppMask); in IntersectMaskF()
Dcfx_renderdevice.cpp212 const bool has_alpha = bitmap->GetFormat() == FXDIB_Argb; in DrawNormalTextHelper()
/external/pdfium/core/fxge/apple/
Dfx_quartz_device.cpp32 switch (pBitmap->GetFormat()) { in createGraphics()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibtransferfunc.cpp42 switch (m_pSrc->GetFormat()) { in TranslateScanline()
Dcpdf_renderstatus.cpp106 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/
Dfx_agg_driver.cpp46 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/
Dfx_win32_dwrite.cpp185 if (pBitmap->GetFormat() > FXDIB_Argb) { in DwCreateRenderingTarget()
Dcfx_psrenderer.cpp426 switch (pSource->GetFormat()) { in DrawDIBits()
Dfx_win32_gdipext.cpp627 switch (pBitmap->GetFormat()) { in OutputImage()
737 switch (pBitmap->GetFormat()) { in GdipCreateBitmap()
/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp268 if (pMaskBitmap->GetFormat() != FXDIB_1bppMask) { in SetImage()
/external/pdfium/core/fxge/
Dfx_dib.h189 FXDIB_Format GetFormat() const { in GetFormat() function
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp69 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()