/external/pdfium/core/fxge/dib/ |
D | cfx_dibitmap.cpp | 88 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 …]
|
D | cfx_imagestretcher.cpp | 27 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()
|
D | cfx_dibextractor.cpp | 19 pOldSrc->GetFormat(), pOldSrc->GetBuffer())) { in CFX_DIBExtractor()
|
D | cfx_dibsource.cpp | 620 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()
|
D | cfx_dibsource.h | 50 FXDIB_Format GetFormat() const { in GetFormat() function
|
D | cfx_bitmapcomposer.cpp | 52 if (!m_Compositor.Init(m_pBitmap->GetFormat(), src_format, width, pSrcPalette, in SetInfo()
|
D | cstretchengine.cpp | 230 m_SrcBpp = pSrcBitmap->GetFormat() & 0xff; in CStretchEngine() 231 m_bHasAlpha = pSrcBitmap->GetFormat() & 0x200; in CStretchEngine()
|
D | cfx_imagetransformer.cpp | 105 FXDIB_Format format = pDrc->GetFormat(); in GetTransformedFormat()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 363 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/ |
D | vktestframeworkandroid.h | 45 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
|
D | vktestframework.h | 65 VkFormat GetFormat(VkInstance instance, vk_testing::Device *device);
|
D | vktestframeworkandroid.cpp | 30 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) { in GetFormat() function in VkTestFramework
|
D | vktestframework.cpp | 210 VkFormat VkTestFramework::GetFormat(VkInstance instance, vk_testing::Device *device) { in GetFormat() function in VkTestFramework
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | depth_jpeg.cc | 88 auto depth_format = depth_map->GetFormat(); in ValidateAndroidDynamicDepthBuffer()
|
D | depth_map.cc | 279 DepthFormat DepthMap::GetFormat() const { return params_.format; } in GetFormat() function in dynamic_depth::DepthMap
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | depth_map.h | 101 DepthFormat GetFormat() const;
|
/external/pdfium/core/fxge/ |
D | cfx_cliprgn.cpp | 72 ASSERT(pMask->GetFormat() == FXDIB_8bppMask); in IntersectMaskF()
|
/external/pdfium/core/fxge/apple/ |
D | fx_quartz_device.cpp | 30 switch (pBitmap->GetFormat()) { in createGraphics()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_dibtransferfunc.cpp | 43 switch (m_pSrc->GetFormat()) { in TranslateScanline()
|
D | cpdf_renderstatus.cpp | 110 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/ |
D | fx_agg_driver.cpp | 47 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/ |
D | fx_win32_dwrite.cpp | 185 if (pBitmap->GetFormat() > FXDIB_Argb) { in DwCreateRenderingTarget()
|
D | cfx_psrenderer.cpp | 433 switch (pSource->GetFormat()) { in DrawDIBits()
|
D | fx_win32_gdipext.cpp | 694 switch (pBitmap->GetFormat()) { in OutputImage() 804 switch (pBitmap->GetFormat()) { in GdipCreateBitmap()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_image.cpp | 274 if (pMaskBitmap->GetFormat() != FXDIB_1bppMask) { in SetImage()
|