Home
last modified time | relevance | path

Searched defs:col2 (Results 1 – 20 of 20) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
DHexagonalTiledMapRenderer.java126 final int col2 = Math.min(layerWidth, in renderTileLayer() local
152 …final int col2 = Math.min(layerWidth, (int)((viewBounds.x + viewBounds.width + layerTileWidth) / l… in renderTileLayer() local
DOrthogonalTiledMapRenderer.java78 …final int col2 = Math.min(layerWidth, (int)((viewBounds.x + viewBounds.width + layerTileWidth) / l… in renderTileLayer() local
DIsometricTiledMapRenderer.java109 int col2 = (int)(translateScreenToIso(topRight).x / tileWidth) + 2; in renderTileLayer() local
DOrthoCachedTiledMapRenderer.java221 …final int col2 = Math.min(layerWidth, (int)((cacheBounds.x + cacheBounds.width + layerTileWidth) /… in renderTileLayer() local
/external/vulkan-validation-layers/libs/glm/gtx/
Dcolor_space.inl116 T col2 = (T(1) - s) * rgbw.b; local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java387 Collator col2 = null; in TestHashCode() local
DCollationMiscTest.java1607 RuleBasedCollator col2 = new RuleBasedCollator(rule); in TestLocaleRuleBasedCollators() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java391 Collator col2 = null; in TestHashCode() local
DCollationMiscTest.java1611 RuleBasedCollator col2 = new RuleBasedCollator(rule); in TestLocaleRuleBasedCollators() local
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp235 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
433 Collator *col2 = 0; in TestHashCode() local
820 RuleBasedCollator *col2 = new RuleBasedCollator(ruleset2, success); in TestOperators() local
897 Collator *col2 = col1->clone(); in TestDuplicate() local
2219 TestCollator col2; in TestSubclass() local
/external/opencv3/modules/core/src/
Dlpsolver.cpp355 static inline void swap_columns(Mat_<double>& A,int col1,int col2){ in swap_columns()
Dcuda_gpu_mat.cpp242 int col2 = std::min(ofs.x + cols + dright, wholeSize.width); in adjustROI() local
Dumatrix.cpp467 int col1 = std::max(ofs.x - dleft, 0), col2 = std::min(ofs.x + cols + dright, wholeSize.width); in adjustROI() local
Dmatrix.cpp912 int col1 = std::max(ofs.x - dleft, 0), col2 = std::min(ofs.x + cols + dright, wholeSize.width); in adjustROI() local
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DShapeRenderer.java360 … (float x1, float y1, float x2, float y2, float x3, float y3, Color col1, Color col2, Color col3) { in triangle()
434 …public void rect (float x, float y, float width, float height, Color col1, Color col2, Color col3,… in rect()
488 float degrees, Color col1, Color col2, Color col3, Color col4) { in rect()
/external/opencv/cvaux/src/
Dcvtexture.cpp316 int col2, row2; in icvCreateGLCM_LookupTable_8u_C1R() local
Dcvlmeds.cpp345 int row1, row2, col1, col2; in icvMinor() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtMatrix3x3.h619 btVector3 col2 = getColumn(1); in ATTRIBUTE_ALIGNED16() local
/external/webp/src/enc/
Dvp8l.c52 static WEBP_INLINE uint32_t PaletteColorDistance(uint32_t col1, uint32_t col2) { in PaletteColorDistance()
64 static WEBP_INLINE void SwapColor(uint32_t* const col1, uint32_t* const col2) { in SwapColor()
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c448 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local