Home
last modified time | relevance | path

Searched refs:kRgb (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/avif/
H A Davif_image_decoder_test.cc49 kRgb, enumerator
150 ColorType::kRgb,
162 ColorType::kRgb,
174 ColorType::kRgb,
223 ColorType::kRgb,
237 ColorType::kRgb,
290 ColorType::kRgb,
327 ColorType::kRgb,
341 ColorType::kRgb,
394 ColorType::kRgb,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/testing/fuzzers/
H A Dpdf_jpx_fuzzer.cc56 format = FXDIB_Format::kRgb; in LLVMFuzzerTestOneInput()
61 format = FXDIB_Format::kRgb; in LLVMFuzzerTestOneInput()
H A Dpdf_scanlinecompositor_fuzzer.cc22 FXDIB_Format::kRgb,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_imagerenderer.cpp43 m_pCloneConvert = m_pDIBBase->CloneConvert(FXDIB_Format::kRgb); in Start()
147 pDIBitmap->CloneConvert(FXDIB_Format::kRgb); in CompositeDIBitmap()
H A Dcxfa_ffwidget.cpp57 dibFormat = FXDIB_Format::kRgb; in XFA_GetDIBFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/
H A Dprogressive_decoder.cpp295 case FXDIB_Format::kRgb: in PngReadHeader()
347 case FXDIB_Format::kRgb: in PngAskScanlineBuf()
658 case FXDIB_Format::kRgb: in ResampleVertBT()
735 format = FXDIB_Format::kRgb; in BmpDetectImageTypeInBuffer()
933 case FXDIB_Format::kRgb: in GifDoubleLineResampleVert()
1145 case FXDIB_Format::kRgb: in PngOneOneMapResampleHorz()
1241 case FXDIB_Format::kRgb: in PngStartDecode()
1380 case FXDIB_Format::kRgb: in TiffContinueDecode()
1412 case FXDIB_Format::kRgb: in TiffContinueDecode()
1683 case FXDIB_Format::kRgb: { in GetTransMethod()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_scaledrenderbuffer.cpp42 FXDIB_Format dibFormat = bIsAlpha ? FXDIB_Format::kArgb : FXDIB_Format::kRgb; in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/win32/
H A Dcgdi_display_driver.cpp56 if (bitmap->Create(width, height, FXDIB_Format::kRgb)) { in GetDIBits()
105 if (!bitmap->Create(width, height, FXDIB_Format::kRgb) || in SetDIBits()
H A Dcfx_psrenderer.cpp371 pConverted = pConverted->CloneConvert(FXDIB_Format::kRgb); in DrawDIBits()
375 pConverted = pConverted->CloneConvert(FXDIB_Format::kRgb); in DrawDIBits()
H A Dcgdi_plus_ext.cpp307 case FXDIB_Format::kRgb: in OutputImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/dib/
H A Dcfx_imagestretcher.cpp32 return FXDIB_Format::kRgb; in GetStretchedFormat()
H A Dcfx_dibbase.h29 static constexpr FXDIB_Format kPlatformRGBFormat = FXDIB_Format::kRgb;
H A Dfx_dib.cpp27 return FXDIB_Format::kRgb; in MakeRGBFormat()
H A Dfx_dib.h22 kRgb = 0x018, enumerator
H A Dcfx_dibitmap.cpp132 case FXDIB_Format::kRgb: { in Clear()
519 case FXDIB_Format::kRgb: in GetPixel()
581 case FXDIB_Format::kRgb: in SetPixel()
H A Dcstretchengine.cpp361 if (m_DestFormat == FXDIB_Format::kRgb) { in ContinueStretchHorz()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_transferfuncdib.cpp114 case FXDIB_Format::kRgb: { in TranslateScanline()
H A Dcpdf_dib.cpp682 format = FXDIB_Format::kRgb; in LoadJpxBitmap()
687 format = FXDIB_Format::kRgb; in LoadJpxBitmap()
704 FXDIB_Format::kRgb)) { in LoadJpxBitmap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dfpdf_view.cpp808 fx_format = FXDIB_Format::kRgb; in FPDFBitmap_CreateEx()
838 case FXDIB_Format::kRgb: in FPDFBitmap_GetFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/webm_parser/include/webm/
H A Ddom_types.h566 kRgb = 0, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/webm_parser/include/webm/
H A Ddom_types.h566 kRgb = 0, enumerator
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/include/webm/
H A Ddom_types.h566 kRgb = 0, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/agg/
H A Dfx_agg_driver.cpp172 if (dest_format == FXDIB_Format::kRgb) { in RgbByteOrderTransferBitmap()
190 if (src_format == FXDIB_Format::kRgb) { in RgbByteOrderTransferBitmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_property_parser_helpers.cc742 DCHECK(range.Peek().FunctionId() == CSSValueID::kRgb || in ParseRGBParameters()
892 if (function_id < CSSValueID::kRgb || function_id > CSSValueID::kHsla) in ParseColorFunction()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/demo/
H A Ddemo.cc348 case MatrixCoefficients::kRgb: in operator <<()

12