Home
last modified time | relevance | path

Searched defs:kGray (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_color.h14 enum class Type { kTransparent = 0, kGray, kRGB, kCMYK }; enumerator
/aosp_15_r20/external/skia/gm/
H A Dencode_color_types.cpp72 kGray, enumerator
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderoptions.h21 enum Type : uint8_t { kNormal = 0, kGray, kAlpha, kForcedColor }; enumerator
/aosp_15_r20/external/skia/include/core/
H A DSkColor.h437 constexpr SkColor4f kGray = {0.50f, 0.50f, 0.50f, 1}; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper.cc143 kGray, enumerator
/aosp_15_r20/external/skia/tests/
H A DSkRuntimeEffectTest.cpp1647 static constexpr std::array<float, 4> kGray {0.499f, 0.499f, 0.499f, 1.0f}; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DTextureTest.cpp2266 constexpr GLColor kGray = GLColor(128u, 128u, 128u, 128u); in TEST_P() local