Searched refs:updateColor (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkDraw_atlas.cpp | 70 void updateColor(SkColor c) const { in updateColor() function in UpdatableColorShader 198 colorShader->updateColor(colors[i]); in drawAtlas()
|
/third_party/skia/modules/skparagraph/include/ |
H A D | Paragraph.h | 104 virtual std::vector<ParagraphPainter::PaintID> updateColor(size_t from, size_t to, SkColor color) = 0;
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.h | 251 std::vector<ParagraphPainter::PaintID> updateColor(size_t from, size_t to, SkColor color) override;
|
H A D | ParagraphImpl.cpp | 1885 std::vector<ParagraphPainter::PaintID> ParagraphImpl::updateColor(size_t from, size_t to, SkColor color) { in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 1682 mCurrentFramebufferDesc.updateColor(colorIndexGL, renderTarget->getDrawSubresourceSerial()); in updateColorAttachment() 1686 mCurrentFramebufferDesc.updateColor(colorIndexGL, in updateColorAttachment()
|
H A D | vk_cache_utils.h | 1224 void updateColor(uint32_t index, ImageOrBufferViewSubresourceSerial serial);
|
H A D | vk_cache_utils.cpp | 3063 void FramebufferDesc::updateColor(uint32_t index, ImageOrBufferViewSubresourceSerial serial)
|
Completed in 16 milliseconds