Home
last modified time | relevance | path

Searched refs:colorRGBA (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrStrikeCache.cpp104 uint32_t colorRGBA = GrColorPackRGBA(masks.getRed(color565), in get_packed_glyph_image() local
108 memcpy(dst, &colorRGBA, argbBpp); in get_packed_glyph_image()
/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp115 uint32_t colorRGBA = GrColorPackRGBA(masks.getRed(color565), in get_packed_glyph_image() local
119 memcpy(dst, &colorRGBA, argbBpp); in get_packed_glyph_image()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DD3D12ResourceWrappingTests.cpp372 const float colorRGBA[] = { in WrapAndClearD3D11Texture() local
375 mD3d11DeviceContext->ClearRenderTargetView(d3d11RTV.Get(), colorRGBA); in WrapAndClearD3D11Texture()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c2335 const float colorRGBA[] = { in D3D11_RenderClear() local
2343 colorRGBA in D3D11_RenderClear()