Home
last modified time | relevance | path

Searched defs:color (Results 2001 - 2025 of 2089) sorted by relevance

1...<<81828384

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c68 static WEBP_INLINE int SearchColorNoIdx(const uint32_t sorted[], uint32_t color, in SearchColorNoIdx() argument
1507 SearchColorGreedy(const uint32_t palette[], int palette_size, uint32_t color) SearchColorGreedy() argument
1519 ApplyPaletteHash0(uint32_t color) ApplyPaletteHash0() argument
1527 ApplyPaletteHash1(uint32_t color) ApplyPaletteHash1() argument
1533 ApplyPaletteHash2(uint32_t color) ApplyPaletteHash2() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp130 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() argument
1400 const tcu::Vec4 color = vec4FromPtr(&value.val.samplerV.fillColor.floatV[0]); in setupTexture() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1175 void calcShaderColorCoord (tcu::Vec2& coord, tcu::Vec3& color, const tcu::Vector<T, 4>& attribValue, bool isCoordinate, int numComponents) in calcShaderColorCoord() argument
1232 tcu::Vec3 color = tcu::Vec3(1.0, 1.0, 1.0); shadeVertices() local
3485 pixelNeighborhoodContainsColor(const tcu::Surface& target, int x, int y, const tcu::RGBA& color, const tcu::IVec3& compareThreshold) pixelNeighborhoodContainsColor() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp588 tcu::Vec4 color = tcu::Vec4(0.2f, 0.0f, 0.1f, 1.0f); in createVertexData() local
1423 fillTriangle(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter) const fillTriangle() argument
1440 fillLayer(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx) const fillLayer() argument
1447 fillQuarter(const tcu::PixelBufferAccess& pixelBuffer, const tcu::Vec4& color, const int layerNdx, const deUint32 quarter, const deUint32 subpassNdx) const fillQuarter() argument
1590 const tcu::Vec4 color = getQuarterRefColor(0u, colorNdx, layerNdx, true, subpassNdx); imageData() local
1598 const tcu::Vec4 color = getQuarterRefColor(1u, colorNdx, layerNdx, true, subpassNdx); imageData() local
1606 const tcu::Vec4 color = getQuarterRefColor(2u, colorNdx, layerNdx, true, subpassNdx); imageData() local
1614 const tcu::Vec4 color = getQuarterRefColor(3u, colorNdx, layerNdx, true, subpassNdx); imageData() local
1662 appendVertex(const tcu::Vec4& coord, const tcu::Vec4& color) appendVertex() argument
1933 const tcu::Vec4 color = tcu::Vec4(0.2f, 0.0f, 0.1f, 1.0f); createVertexData() local
2757 tcu::Vec4 color = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); createVertexData() local
3018 tcu::Vec4 color = tcu::Vec4(0.2f, 0.0f, 0.1f, 1.0f); createVertexData() local
3535 tcu::Vec4 color = getQuarterRefColor(subpassQuarterNdx, colorNdx, layerNdx, true, subpassNdx); imageData() local
3650 const tcu::Vec4 color = tcu::Vec4(depth, 0.0f, 0.0f, 1.0f); readImage() local
3676 const tcu::Vec4& color = de::inRange(stencilInt, 0, DE_LENGTH_OF_ARRAY(colorMap)) ? colorMap[stencilInt] : invalidColor; readImage() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp485 tcu::Vec4 color; member
[all...]
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp140 Vec4 color; member
147 IVec4 color; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp108 tcu::Vec4 color; member
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3236 unsigned int color = MEDIA_BUS_FMT_RGB888_1X24; in dw_hdmi_attach_properties() local
[all...]
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_venc_cmd.h469 MppFrameColorSpace color; member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_venc_cmd.h469 MppFrameColorSpace color; member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_venc_cmd.h548 MppFrameColorSpace color; member
/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_venc_cmd.h468 MppFrameColorSpace color; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp197 void ViewAbstract::SetBackgroundColor(const Color& color) in SetBackgroundColor() argument
212 void ViewAbstract::SetBackgroundColor(FrameNode *frameNode, const Color& color) in SetBackgroundColor() argument
2673 void ViewAbstract::SetForegroundColor(const Color& color) in SetForegroundColor() argument
3090 void ViewAbstract::SetForegroundColor(FrameNode* frameNode, const Color& color) in SetForegroundColor() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp2204 void UIContentImpl::SetBackgroundColor(uint32_t color) in SetBackgroundColor() argument
3103 void UIContentImpl::SetFormBackgroundColor(const std::string& color) in SetFormBackgroundColor() argument
3852 SetStatusBarItemColor(uint32_t color) SetStatusBarItemColor() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp375 bool TextPattern::ShowShadow(const PointF& textOffset, const Color& color) in ShowShadow() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h353 virtual void SetAppBgColor(const Color& color) in SetAppBgColor() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h204 virtual void BlendBgColor(const Color& color) {} in BlendBgColor() argument
208 virtual void BlendBorderColor(const Color& color) {} in BlendBorderColor() argument
327 virtual void SetShadowColor(uint32_t color) {} in SetShadowColor() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1076 auto color = Color::FromArgbInt(colorValue); in SetEnvForegroundColor() local
1188 auto color = Color::FromArgbInt(colorValue); in SetForegroundColor() local
1194 auto color = Color::FromArgbInt(colorValue); in SetBackgroundColor() local
1268 SetBorderColor(const Vector4<Color>& color) SetBorderColor() argument
1328 SetOuterBorderColor(const Vector4<Color>& color) SetOuterBorderColor() argument
1348 SetOutlineColor(const Vector4<Color>& color) SetOutlineColor() argument
1710 auto color = Color::FromArgbInt(colorValue); SetShadowColor() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp176 void OH_Drawing_SetTextStyleColor(OH_Drawing_TextStyle* style, uint32_t color) in OH_Drawing_SetTextStyleColor() argument
328 void OH_Drawing_SetTextStyleDecorationColor(OH_Drawing_TextStyle* style, uint32_t color) in OH_Drawing_SetTextStyleDecorationColor() argument
1398 OH_Drawing_SetTextShadow( OH_Drawing_TextShadow* shadow, uint32_t color, OH_Drawing_Point* offset, double blurRadius) OH_Drawing_SetTextShadow() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp893 void RSProperties::SetForegroundColor(Color color) in SetForegroundColor() argument
909 void RSProperties::SetBackgroundColor(Color color) in SetBackgroundColor() argument
1039 void RSProperties::SetBorderColor(Vector4<Color> color) in SetBorderColor() argument
1149 void RSProperties::SetOutlineColor(Vector4<Color> color) in SetOutlineColor() argument
1884 void RSProperties::SetShadowColor(Color color) in SetShadowColor() argument
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1873 WMError WindowImpl::SetBackgroundColor(uint32_t color) in SetBackgroundColor() argument
1910 SetBackgroundColor(const std::string& color) SetBackgroundColor() argument
4168 SetShadowColor(std::string color) SetShadowColor() argument
[all...]
H A Dwindow_session_impl.cpp3642 WMError WindowSessionImpl::SetBackgroundColor(const std::string& color) in SetBackgroundColor() argument
3658 WMError WindowSessionImpl::SetBackgroundColor(uint32_t color) in SetBackgroundColor() argument
[all...]
H A Dwindow_scene_session_impl.cpp2947 WMError WindowSceneSessionImpl::SetShadowColor(std::string color) in SetShadowColor() argument
/third_party/ffmpeg/fftools/
H A Dffprobe.c1962 const AVDOVIColorMetadata *color = av_dovi_get_color(dovi); in print_dovi_metadata() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c216 EbmlList color; member
2155 const MatroskaTrackVideoColor *color = track->video.color.elem; in mkv_parse_video_color() local
[all...]

Completed in 114 milliseconds

1...<<81828384