Home
last modified time | relevance | path

Searched defs:Vec2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DVec2.kt28 typealias Vec2 = Offset typealias
30 fun Vec2.str(fmt: String = "%+.2f"): String = "<$fmt,$fmt>".format(x, y) in str() method
32 fun Vec2(x: Float, y: Float): Vec2 = Offset(x, y) in str() method
34 fun Vec2.mag(): Float { in str() method
38 fun Vec2.distance(other: Vec2): Float { in distance() method
42 fun Vec2.angle(): Float { in Vec2() method
46 fun Vec2.dot(o: Vec2): Float { in Vec2() method
50 fun Vec2.product(f: Float): Vec2 { in product() method
58 fun Vec2.rotate(angle: Float, origin: Vec2 = Vec2.Zero): Offset { in rotate() method
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2864 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3125 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local