Searched refs:defaultColor (Results 1 – 8 of 8) sorted by relevance
108 const tcu::UVec4 defaultColor = defaultClearColorUint(tcuClearFormat); in defaultClearValue() local109 clearValue.color.uint32[0] = defaultColor.x(); in defaultClearValue()110 clearValue.color.uint32[1] = defaultColor.y(); in defaultClearValue()111 clearValue.color.uint32[2] = defaultColor.z(); in defaultClearValue()112 clearValue.color.uint32[3] = defaultColor.w(); in defaultClearValue()116 const tcu::IVec4 defaultColor = defaultClearColorInt(tcuClearFormat); in defaultClearValue() local117 clearValue.color.int32[0] = defaultColor.x(); in defaultClearValue()118 clearValue.color.int32[1] = defaultColor.y(); in defaultClearValue()119 clearValue.color.int32[2] = defaultColor.z(); in defaultClearValue()120 clearValue.color.int32[3] = defaultColor.w(); in defaultClearValue()[all …]
83 …ate static TextAttributesKey createTextAttributesKey(String name, TextAttributesKey defaultColor) { in createTextAttributesKey() argument84 TextAttributesKey key = TextAttributesKey.createTextAttributesKey(name, defaultColor); in createTextAttributesKey()
40 const llvm::opt::ArgList &args, bool defaultColor) { in parseShowColorsArgs() argument49 } ShowColors = defaultColor ? Colors_Auto : Colors_Off; in parseShowColorsArgs()
98 int defaultColor = typedArray.getColor(/* index= */ 0, /* defValue= */ 0); in applyPartnerCustomizations() local100 a.getColor(R.styleable.SucSystemNavBarMixin_sucSystemNavBarDividerColor, defaultColor); in applyPartnerCustomizations()
336 WORD defaultColor;339 :defaultColor(GetCurrentColor()) {}346 WORD operator()() const { return defaultColor; }
348 WORD defaultColor;351 :defaultColor(GetCurrentColor()) {}358 WORD operator()() const { return defaultColor; }
343 WORD defaultColor;346 :defaultColor(GetCurrentColor()) {}353 WORD operator()() const { return defaultColor; }