Home
last modified time | relevance | path

Searched defs:posOffset (Results 1 – 8 of 8) sorted by relevance

/external/skia/gm/
Dstrokedlines.cpp85 const SkPoint posOffset = SkPoint::Make(0.5f * cos, 0.5f * sin); in draw_snowflake() local
/external/skqp/gm/
Dstrokedlines.cpp66 const SkPoint posOffset = SkPoint::Make(0.5f * cos, 0.5f * sin); in draw_snowflake() local
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersMonsterWriterTests.swift80 …let posOffset = fbb.create(struct: MyGame.Example.createVec3(x: 1, y: 2, z: 3, test1: 3, test2: .g… in createMonster() variable
/external/flatbuffers/tests/
Dmonster_test_generated.js1951 MyGame.Example.Monster.addPos = function(builder, posOffset) { argument
2748 MyGame.Example.Monster.createMonster = function(builder, posOffset, mana, hp, nameOffset, inventory… argument
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
/external/flatbuffers/tests/MyGame/Example/
DMonster.java199 …public static void addPos(FlatBufferBuilder builder, int posOffset) { builder.addStruct(0, posOffs… in addPos()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h1224 uint32_t posOffset : 2; // type of offset (none, sample, centroid) to add to pixel position member
/external/angle/src/tests/gl_tests/
DStateChangeTest.cpp2106 constexpr size_t posOffset = 0; in TEST_P() local