Home
last modified time | relevance | path

Searched refs:getColors (Results 1 – 10 of 10) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DGradientColorParser.java125 int color = gradientColor.getColors()[i]; in addOpacityStopsToGradientIfNeeded()
132 gradientColor.getColors()[i] = color; in addOpacityStopsToGradientIfNeeded()
/external/angle/src/libANGLE/renderer/
DRenderTargetCache.h45 const RenderTargetArray &getColors() const;
108 const gl::AttachmentArray<RenderTargetT *> &RenderTargetCache<RenderTargetT>::getColors() const in getColors() function
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DGradientColor.java20 public int[] getColors() { in getColors() method in GradientColor
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DGradientStrokeContent.java97 int[] colors = applyDynamicColorsIfNeeded(gradientColor.getColors()); in getLinearGradient()
117 int[] colors = applyDynamicColorsIfNeeded(gradientColor.getColors()); in getRadialGradient()
DGradientFillContent.java161 int[] colors = applyDynamicColorsIfNeeded(gradientColor.getColors()); in getLinearGradient()
178 int[] colors = applyDynamicColorsIfNeeded(gradientColor.getColors()); in getRadialGradient()
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp301 const auto &colorRenderTargets = renderTargetCache.getColors(); in IsAnyAttachment3DWithoutAllLayers()
1148 RenderTargetVk *drawRenderTarget = mRenderTargetCache.getColors()[colorIndexGL]; in blit()
1168 RenderTargetVk *drawRenderTarget = mRenderTargetCache.getColors()[colorIndexGL]; in blit()
1347 const auto &colorRenderTargets = mRenderTargetCache.getColors(); in updateLayerCount()
1409 RenderTargetVk *drawRenderTarget = mRenderTargetCache.getColors()[drawColorIndexGL]; in resolveColorWithSubpass()
1438 RenderTargetVk *drawRenderTarget = mRenderTargetCache.getColors()[colorIndexGL]; in resolveColorWithCommand()
1469 RenderTargetVk *drawRenderTarget = mRenderTargetCache.getColors()[colorIndexGL]; in resolveColorWithCommand()
1559 const auto &colorRenderTargets = mRenderTargetCache.getColors(); in invalidateImpl()
1653 RenderTargetVk *renderTarget = mRenderTargetCache.getColors()[colorIndexGL]; in updateColorAttachment()
1740 RenderTargetVk *renderTarget = mRenderTargetCache.getColors()[colorIndexGL]; in flushColorAttachmentUpdates()
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h48 return mRenderTargetCache.getColors(); in getCachedColorRenderTargets()
DFramebuffer9.cpp63 ANGLE_TRY(mRenderer->applyRenderTarget(context, mRenderTargetCache.getColors()[0], in clearImpl()
74 mRenderer->clear(clearParams, mRenderTargetCache.getColors()[0], in clearImpl()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.h48 return mRenderTargetCache.getColors(); in getCachedColorRenderTargets()
DFramebuffer11.cpp427 for (auto *renderTarget : mRenderTargetCache.getColors()) in getFirstRenderTarget()