Home
last modified time | relevance | path

Searched refs:is_composite (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_test_helper.h189 static constexpr bool is_composite = false;
211 static constexpr bool is_composite = false;
233 static constexpr bool is_composite = false;
255 static constexpr bool is_composite = false;
277 static constexpr bool is_composite = true;
314 static constexpr bool is_composite = true;
352 static constexpr bool is_composite = DataType<T>::is_composite;
373 template <bool IS_COMPOSITE = is_composite>
384 template <bool IS_COMPOSITE = is_composite>
397 static constexpr bool is_composite = false;
[all …]
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tgsi.c148 boolean is_composite = (vs_traits & VS_COMPOSITE) != 0; in create_vs() local
174 if (is_composite) { in create_vs()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h238 FT_Bool is_composite; /* true if the glyph is composite */ member
Dttgload.c828 FT_Bool is_composite ) in TT_Hint_Glyph() argument
841 FT_UNUSED( is_composite ); in TT_Hint_Glyph()
857 if ( is_composite ) in TT_Hint_Glyph()
894 loader->exec->is_composite = is_composite; in TT_Hint_Glyph()
Dttinterp.c5800 ( ( exc->is_composite && exc->GS.freeVector.y != 0 ) || in Ins_SHPIX()
5851 ( ( exc->is_composite && exc->GS.freeVector.y != 0 ) || in Ins_SHPIX()
7210 ( exc->is_composite && exc->GS.freeVector.y != 0 ) ) in Ins_DELTAP()
7269 ( ( exc->is_composite && exc->GS.freeVector.y != 0 ) || in Ins_DELTAP()