Home
last modified time | relevance | path

Searched refs:TRANSFORM_DIRECTION (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DTransformsMapper.java56 private static final AttributeKey TRANSFORM_DIRECTION = keyOf("transform", "direction"); field in TransformsMapper
153 Direction dir = TRANSFORM_DIRECTION.valueFrom(value, Direction.class); in writeRootIndexEntry()
/third_party/mesa3d/src/mesa/math/
Dm_matrix.h205 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \ macro
/third_party/mesa3d/src/mesa/main/
Dlight.c297 TRANSFORM_DIRECTION(temp, params, ctx->ModelviewMatrixStack.Top->m); in _mesa_Lightfv()