/frameworks/compile/mclinker/unittests/ |
D | GraphTest.cpp | 40 ListDigraph::Node* u2 = graph.addNode(); in TEST_F() local 45 ASSERT_TRUE(u2 == u1->prev); in TEST_F() 48 ASSERT_TRUE(NULL == u2->first_in); in TEST_F() 49 ASSERT_TRUE(NULL == u2->first_out); in TEST_F() 50 ASSERT_TRUE(u3 == u2->prev); in TEST_F() 51 ASSERT_TRUE(u1 == u2->next); in TEST_F() 55 ASSERT_TRUE(u2 == u3->next); in TEST_F() 62 graph.erase(*u2); in TEST_F() 74 ASSERT_TRUE(NULL == u2->first_in); in TEST_F() 75 ASSERT_TRUE(NULL == u2->first_out); in TEST_F() [all …]
|
/frameworks/base/libs/hwui/ |
D | Patch.cpp | 168 float u2 = std::max(0.0f, stepX - uOffset) / bitmapWidth; in generateRow() local 172 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount); in generateRow() 188 float u1, float v1, float u2, float v2, uint32_t& quadCount) { in generateQuad() argument 202 PATCH_LOGD(" right, bottom = %.2f, %.2f\t\tu2, v2 = %.8f, %.8f", x2, y2, u2, v2); in generateQuad() 212 mUvMapper.map(u1, v1, u2, v2); in generateQuad() 215 TextureVertex::set(vertex++, x2, y1, u2, v1); in generateQuad() 217 TextureVertex::set(vertex++, x2, y2, u2, v2); in generateQuad() 225 PATCH_LOGD(" right, bottom = %.2f, %.2f\t\tu2, v2 = %.8f, %.8f", x2, y2, u2, v2); in generateQuad()
|
D | UvMapper.h | 101 void map(float& u1, float& v1, float& u2, float& v2) const { in map() argument 104 u2 = lerp(mMinU, mMaxU, u2); in map()
|
D | FontRenderer.h | 160 float x2, float y2, float u2, float v2, 164 float x2, float y2, float u2, float v2, 168 float x2, float y2, float u2, float v2,
|
D | FontRenderer.cpp | 504 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuadNoClip() argument 511 mCurrentCacheTexture->addQuad(x1, y1, u1, v1, x2, y2, u2, v2, in appendMeshQuadNoClip() 516 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendMeshQuad() argument 524 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); in appendMeshQuad() 539 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, in appendRotatedMeshQuad() argument 542 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); in appendRotatedMeshQuad()
|
D | Patch.h | 65 float u1, float v1, float u2, float v2, uint32_t& quadCount);
|
D | LayerRenderer.cpp | 173 const float u2 = r->right * texX; in generateMesh() local 177 TextureVertex::set(mesh++, r->right, r->top, u2, v1); in generateMesh() 179 TextureVertex::set(mesh++, r->right, r->bottom, u2, v2); in generateMesh()
|
D | BakedOpDispatcher.cpp | 468 float u2 = float(x + 1) / op.meshWidth; in onBitmapMeshOp() local 472 mapper.map(u1, v1, u2, v2); in onBitmapMeshOp() 484 ColorTextureVertex::set(vertex++, vertices[dx], vertices[dy], u2, v2, colors[dx / 2]); in onBitmapMeshOp() 488 ColorTextureVertex::set(vertex++, vertices[dx], vertices[dy], u2, v2, colors[dx / 2]); in onBitmapMeshOp() 490 ColorTextureVertex::set(vertex++, vertices[cx], vertices[cy], u2, v1, colors[cx / 2]); in onBitmapMeshOp()
|
D | OpenGLRenderer.cpp | 952 const float u2 = r->right * texX; in composeLayerRegion() local 957 TextureVertex::set(mesh++, r->right, r->top, u2, v1); in composeLayerRegion() 959 TextureVertex::set(mesh++, r->right, r->bottom, u2, v2); in composeLayerRegion() 1543 float u2 = float(x + 1) / meshWidth; 1547 mapper.map(u1, v1, u2, v2); 1558 ColorTextureVertex::set(vertex++, vertices[dx], vertices[dy], u2, v2, colors[dx / 2]); 1562 ColorTextureVertex::set(vertex++, vertices[dx], vertices[dy], u2, v2, colors[dx / 2]); 1564 ColorTextureVertex::set(vertex++, vertices[cx], vertices[cy], u2, v1, colors[cx / 2]);
|
D | OpenGLRenderer.h | 676 void resetDrawTextureTexCoords(float u1, float v1, float u2, float v2);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | conceal.cpp | 147 uint8 *y1, *y2, *u1, *u2, *v1, *v2; in CopyVopMB() local 163 u2 = prevFrame + size + chrstart; in CopyVopMB() 180 oscl_memcpy(u1, u2, B_SIZE); in CopyVopMB() 182 u2 += width_C; in CopyVopMB() 183 oscl_memcpy(u1, u2, B_SIZE); in CopyVopMB() 185 u2 += width_C; in CopyVopMB()
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 166 float u2 = glyph->mBitmapMaxU; in drawCachedGlyph() local 171 nPenX + width, nPenY, u2, v2, in drawCachedGlyph() 172 nPenX + width, nPenY - height, u2, v1, in drawCachedGlyph() 195 float u2 = glyph->mBitmapMaxU; in drawCachedGlyphTransformed() local 201 p[1].x(), p[1].y(), u2, v2, in drawCachedGlyphTransformed() 202 p[2].x(), p[2].y(), u2, v1, in drawCachedGlyphTransformed() 261 const float u2 = glyph->mBitmapMaxU; in drawCachedGlyph() local 269 position->y() + destination[1].y(), u2, v2, in drawCachedGlyph() 271 position->y() + destination[2].y(), u2, v1, in drawCachedGlyph()
|
D | CacheTexture.h | 162 float x2, float y2, float u2, float v2, in addQuad() argument 166 TextureVertex::set(mesh++, x2, y2, u2, v2); in addQuad()
|
/frameworks/base/libs/hwui/renderstate/ |
D | OffscreenBufferPool.cpp | 86 const float u2 = r->right * texX; in updateMeshFromRegion() local 90 TextureVertex::set(mesh++, r->right, r->top, u2, v1); in updateMeshFromRegion() 92 TextureVertex::set(mesh++, r->right, r->bottom, u2, v2); in updateMeshFromRegion()
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/ |
D | ExprModelTest.java | 368 IdentifierExpr u2 = lb.addVariable("u2", User.class.getCanonicalName(), null); in testPostConditionalDependencies() local 396 assertFlags(a, a, b, u1, u2, u1Name, u2Name); in testPostConditionalDependencies() 397 assertFlags(b, a, b, u1, u2, u1Name, u2Name, c, d, u1LastName, u2LastName, e); in testPostConditionalDependencies() 399 assertFlags(abCmp, a, b, u1, u2, u1Name, u2Name); in testPostConditionalDependencies() 405 Expr[] batch = {d, e, u1, u2, u1GetCondD, u2GetCondE, xxPlusU2getCondE, abTernary, in testPostConditionalDependencies() 409 assertExactMatch(firstRead, d, e, u1, u2); in testPostConditionalDependencies() 415 assertFlags(u2, bcTernary.getRequirementFlagIndex(false), in testPostConditionalDependencies() 421 assertFlags(abTernary, a, b, u1, u2, u1Name, u2Name); in testPostConditionalDependencies() 431 … assertExactMatch(shouldRead, u1, u2, u1LastName, u2LastName, bcTernary.getIfTrue(), bcTernary); in testPostConditionalDependencies() 433 assertExactMatch(firstRead, u1, u2); in testPostConditionalDependencies() [all …]
|
/frameworks/compile/slang/tests/F_union/ |
D | union.rs | 9 static union u2 {
|
/frameworks/rs/driver/ |
D | rsdGL.h | 91 float x2, float y2, float z2, float u2, float v2,
|
D | rsdGL.cpp | 536 float x2, float y2, float z2, float u2, float v2, in rsdGLDrawQuadTexCoords() argument 541 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4}; in rsdGLDrawQuadTexCoords()
|
D | rsdRuntimeStubs.cpp | 793 float x2, float y2, float z2, float u2, float v2, argument 814 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4}; 975 float x2, float y2, float z2, float u2, float v2, argument 979 x2, y2, z2, u2, v2,
|
/frameworks/rs/ |
D | rsFont.cpp | 100 float u2 = glyph->mBitmapMaxU; in drawCachedGlyph() local 108 nPenX + width, nPenY, 0, u2, v2, in drawCachedGlyph() 109 nPenX + width, nPenY - height, 0, u2, v1, in drawCachedGlyph() 667 float u2, float v2, in appendMeshQuad() argument 696 (*currentPos++) = u2; in appendMeshQuad()
|
D | rsFont.h | 249 float u2, float v2,
|
/frameworks/rs/api/ |
D | rs_graphics.spec | 516 arg: float u2
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 164 …x�E���<~��V��!;t��o�<�p�OH4�v���<�ij'�^A�!�o0�yb,Y1��ꭧ'���<x�u2���{�\��9�*�3�����…
|
/frameworks/rs/scriptc/ |
D | rs_graphics.rsh | 837 float z2, float u2, float v2, float x3, float y3, float z3, float u3,
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_graphics.jd | 1208 …loat y1, float z1, float u1, float v1, float x2, float y2, float z2, float u2, float v2, float x3,…
|