Home
last modified time | relevance | path

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

12

/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.cpp88 if (!Create(pSrc->GetWidth(), pSrc->GetHeight(), pSrc->GetFormat())) in Copy()
126 switch (GetFormat()) { in Clear()
169 if (FXDIB_Rgb32 == GetFormat() && !IsCmykImage()) in Clear()
198 FXDIB_Format dest_format = GetFormat(); in TransferBitmap()
199 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in TransferBitmap()
261 srcOffset = pSrcBitmap->GetFormat() == FXDIB_Argb ? 3 : 0; in LoadChannel()
269 (pSrcBitmap->GetFormat() & 0xff00) | 0x20)); in LoadChannel()
272 (pSrcBitmap->GetFormat() & 0xff00) | 0x18)); in LoadChannel()
288 if (GetFormat() == FXDIB_Argb) in LoadChannel()
365 if (GetFormat() == FXDIB_Argb) { in LoadChannel()
[all …]
Dcfx_imagestretcher.cpp27 FXDIB_Format format = src.GetFormat(); in GetStretchedFormat()
69 if (m_pSource->GetFormat() == FXDIB_1bppRgb && m_pSource->GetPalette()) { in Start()
92 } else if (m_pSource->GetFormat() == FXDIB_1bppCmyk && in Start()
Dcfx_dibextractor.cpp19 pOldSrc->GetFormat(), pOldSrc->GetBuffer())) { in CFX_DIBExtractor()
Dcfx_dibsource.cpp620 if (!pNewBitmap->Create(rect.Width(), rect.Height(), GetFormat())) in Clone()
806 ASSERT(GetFormat() == FXDIB_Argb); in CloneAlphaMask()
826 if (!HasAlpha() || GetFormat() == FXDIB_Argb) in SetAlphaMask()
855 if (!pFlipped->Create(m_Width, m_Height, GetFormat())) in FlipImage()
925 if (dest_format == GetFormat()) in CloneConvert()
934 if (GetFormat() == FXDIB_Argb) in CloneConvert()
974 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) in SwapXY()
1102 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in ConvertBuffer()
Dcfx_dibsource.h50 FXDIB_Format GetFormat() const { in GetFormat() function
Dcfx_bitmapcomposer.cpp52 if (!m_Compositor.Init(m_pBitmap->GetFormat(), src_format, width, pSrcPalette, in SetInfo()
Dcstretchengine.cpp230 m_SrcBpp = pSrcBitmap->GetFormat() & 0xff; in CStretchEngine()
231 m_bHasAlpha = pSrcBitmap->GetFormat() & 0x200; in CStretchEngine()
Dcfx_imagetransformer.cpp105 FXDIB_Format format = pDrc->GetFormat(); in GetTransformedFormat()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp363 FXDIB_Format format = m_pDeviceBitmap->GetFormat(); in PngReadHeader()
411 switch (pDIBitmap->GetFormat()) { in PngAskScanlineBuf()
471 switch (pDeviceBitmap->GetFormat()) { in PngOneOneMapResampleHorz()
774 switch (pDeviceBitmap->GetFormat()) { in GifDoubleLineResampleVert()
940 switch (pDeviceBitmap->GetFormat()) { in ResampleVertBT()
1715 switch (pDeviceBitmap->GetFormat()) { in ResampleVert()
1963 GetTransMethod(pDIBitmap->GetFormat(), m_SrcFormat); in JpegStartDecode()
1985 switch (m_pDeviceBitmap->GetFormat()) { in PngStartDecode()
2007 GetTransMethod(m_pDeviceBitmap->GetFormat(), m_SrcFormat); in PngStartDecode()
2028 GetTransMethod(m_pDeviceBitmap->GetFormat(), m_SrcFormat); in GifStartDecode()
[all …]
/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.h45 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
Dvktestframework.h65 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
Dvktestframeworkandroid.cpp30 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) { in GetFormat() function in VkTestFramework
Dvktestframework.cpp210 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) { in GetFormat() function in VkTestFramework
/external/dynamic_depth/internal/dynamic_depth/
Ddepth_jpeg.cc88 auto depth_format = depth_map->GetFormat(); in ValidateAndroidDynamicDepthBuffer()
Ddepth_map.cc279 DepthFormat DepthMap::GetFormat() const { return params_.format; } in GetFormat() function in dynamic_depth::DepthMap
/external/dynamic_depth/includes/dynamic_depth/
Ddepth_map.h101 DepthFormat GetFormat() const;
/external/pdfium/core/fxge/
Dcfx_cliprgn.cpp72 ASSERT(pMask->GetFormat() == FXDIB_8bppMask); in IntersectMaskF()
/external/pdfium/core/fxge/apple/
Dfx_quartz_device.cpp30 switch (pBitmap->GetFormat()) { in createGraphics()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibtransferfunc.cpp43 switch (m_pSrc->GetFormat()) { in TranslateScanline()
Dcpdf_renderstatus.cpp110 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawAxialShading()
195 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawRadialShading()
327 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawFuncShading()
480 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawFreeGouraudShading()
521 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawLatticeGouraudShading()
838 ASSERT(pBitmap->GetFormat() == FXDIB_Argb); in DrawCoonPatchMeshes()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp47 if (pBitmap->GetFormat() == FXDIB_Argb) { in RgbByteOrderSetPixel()
151 FXDIB_Format dest_format = pBitmap->GetFormat(); in RgbByteOrderTransferBitmap()
152 FXDIB_Format src_format = pSrcBitmap->GetFormat(); in RgbByteOrderTransferBitmap()
917 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.cpp433 switch (pSource->GetFormat()) { in DrawDIBits()
Dfx_win32_gdipext.cpp694 switch (pBitmap->GetFormat()) { in OutputImage()
804 switch (pBitmap->GetFormat()) { in GdipCreateBitmap()
/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp274 if (pMaskBitmap->GetFormat() != FXDIB_1bppMask) { in SetImage()

12