Home
last modified time | relevance | path

Searched refs:GetBorderColor (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/amber/src/amberscript/
Dparser_sampler_test.cc44 EXPECT_EQ(BorderColor::kFloatTransparentBlack, sampler->GetBorderColor()); in TEST_F()
84 EXPECT_EQ(BorderColor::kFloatOpaqueWhite, sampler->GetBorderColor()); in TEST_F()
/external/deqp-deps/amber/src/
Dsampler.h79 BorderColor GetBorderColor() const { return border_color_; } in GetBorderColor() function
/external/deqp-deps/amber/src/vulkan/
Dsampler.cc99 sampler_info.borderColor = GetVkBorderColor(sampler->GetBorderColor()); in CreateSampler()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.h85 std::optional<FX_COLORREF> GetBorderColor() const;
Dcpdfsdk_widget.cpp450 std::optional<FX_COLORREF> CPDFSDK_Widget::GetBorderColor() const { in GetBorderColor() function in CPDFSDK_Widget
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h252 CFX_Color GetBorderColor() const;
Dcpwl_wnd.cpp264 static_cast<float>(GetBorderWidth()), GetBorderColor(), in DrawThisAppearance()
491 CFX_Color CPWL_Wnd::GetBorderColor() const { in GetBorderColor() function in CPWL_Wnd
Dcpwl_edit.cpp200 GetBorderColor().ToFXColor(255), in DrawThisAppearance()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfield.cpp323 color = m_pWidget->GetBorderColor(); in GetCreateParam()