Searched refs:color (Results 1 - 3 of 3) sorted by relevance
| /ide/tools/previewer/test/mock_lite/ui_lite/ |
| H A D | MockSoftEngine.cpp | 25 int16_t width, ColorType color, OpacityType opacity) {} in DrawLine() 28 const Rect& subRect, const uint8_t fontWeight, const ColorType& color, const OpacityType opa) {} in DrawLetter() 31 const Point& control2, const Point& end, const Rect& mask, int16_t width, ColorType color, in DrawCubicBezier() 37 void SoftEngine::DrawTransform(BufferInfo& dst, const Rect& mask, const Point& position, ColorType color, in DrawTransform() argument 45 void SoftEngine::Fill(BufferInfo& dst, const Rect& fillArea, const ColorType color, in Fill() argument 24 DrawLine(BufferInfo& dst, const Point& start, const Point& end, const Rect& mask, int16_t width, ColorType color, OpacityType opacity) DrawLine() argument 27 DrawLetter(BufferInfo& gfxDstBuffer, const uint8_t* fontMap, const Rect& fontRect, const Rect& subRect, const uint8_t fontWeight, const ColorType& color, const OpacityType opa) DrawLetter() argument 30 DrawCubicBezier(BufferInfo& dst, const Point& start, const Point& control1, const Point& control2, const Point& end, const Rect& mask, int16_t width, ColorType color, OpacityType opacity) DrawCubicBezier() argument
|
| /ide/tools/previewer/test/unittest/mock_lite/ |
| H A D | VirtualScreenImplTest.cpp | 125 EXPECT_EQ(info->color, 0x44); in TEST_F()
|
| /ide/tools/previewer/mock/lite/ |
| H A D | VirtualScreenImpl.cpp | 288 bufferInfo->color = 0x44; in GetFBBufferInfo()
|
Completed in 2 milliseconds