Searched defs:posOffset (Results 1 - 4 of 4) sorted by relevance

/external/skia/gm/
H A Dstrokedlines.cpp66 const SkPoint posOffset = SkPoint::Make(0.5f * cos, 0.5f * sin); local
67 draw_fins(canvas, posOffset, angle, paint);
/external/flatbuffers/tests/MyGame/Example/
H A DMonster.java92 public static void addPos(FlatBufferBuilder builder, int posOffset) { builder.addStruct(0, posOffset, 0); } argument
H A DMonster.cs83 public static void AddPos(FlatBufferBuilder builder, Offset<Vec3> posOffset) { builder.AddStruct(0, posOffset.Value, 0); } argument
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dstate.h1085 uint32_t posOffset : 2; // type of offset (none, sample, centroid) to add to pixel position member in struct:SWR_PS_STATE

Completed in 748 milliseconds