Home
last modified time | relevance | path

Searched refs:posOffset (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/gm/
Dstrokedlines.cpp85 const SkPoint posOffset = SkPoint::Make(0.5f * cos, 0.5f * sin); in draw_snowflake() local
86 draw_fins(canvas, posOffset, angle, paint); in draw_snowflake()
/third_party/skia/gm/
Dstrokedlines.cpp85 const SkPoint posOffset = SkPoint::Make(0.5f * cos, 0.5f * sin); in draw_snowflake() local
86 draw_fins(canvas, posOffset, angle, paint); in draw_snowflake()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java2797 ParsePosition posOffset = new ParsePosition(start + 1);
2798 int offset = parseAsciiOffsetFields(text, posOffset, ':', OffsetFields.H, OffsetFields.HMS);
2799 … if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) {
2805 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) {
2807 posOffset.setIndex(posBasic.getIndex());
2811 if (posOffset.getErrorIndex() != -1) {
2816 pos.setIndex(posOffset.getIndex());
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTimeZoneFormat.java2727 ParsePosition posOffset = new ParsePosition(start + 1);
2728 int offset = parseAsciiOffsetFields(text, posOffset, ':', OffsetFields.H, OffsetFields.HMS);
2729 … if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) {
2735 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) {
2737 posOffset.setIndex(posBasic.getIndex());
2741 if (posOffset.getErrorIndex() != -1) {
2746 pos.setIndex(posOffset.getIndex());
/third_party/icu/icu4c/source/i18n/
Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/third_party/node/deps/icu-small/source/i18n/
Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtzfmt.cpp1663 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1664 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1665 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1671 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1673 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1677 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1682 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzfmt.cpp1668 ParsePosition posOffset(start + 1); in parseOffsetISO8601() local
1669 int32_t offset = parseAsciiOffsetFields(text, posOffset, ISO8601_SEP, FIELDS_H, FIELDS_HMS); in parseOffsetISO8601()
1670 if (posOffset.getErrorIndex() == -1 && !extendedOnly && (posOffset.getIndex() - start <= 3)) { in parseOffsetISO8601()
1676 if (posBasic.getErrorIndex() == -1 && posBasic.getIndex() > posOffset.getIndex()) { in parseOffsetISO8601()
1678 posOffset.setIndex(posBasic.getIndex()); in parseOffsetISO8601()
1682 if (posOffset.getErrorIndex() != -1) { in parseOffsetISO8601()
1687 pos.setIndex(posOffset.getIndex()); in parseOffsetISO8601()
/third_party/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
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.java215 …blic static void addPos(FlatBufferBuilder builder, int posOffset) { builder.addStruct(0, posOffset in addPos() argument
DMonster.go259 posOffset := t.Pos.Pack(builder)
260 MonsterAddPos(builder, posOffset)
DMonster.cs320 …FlatBufferBuilder builder, Offset<MyGame.Example.Vec3> posOffset) { builder.AddStruct(0, posOffset in AddPos()
/third_party/flatbuffers/tests/my-game/example/
Dmonster.js507 static addPos(builder, posOffset) { argument
508 builder.addFieldStruct(0, posOffset, 0);
Dmonster.ts657 static addPos(builder:flatbuffers.Builder, posOffset:flatbuffers.Offset) {
658 builder.addFieldStruct(0, posOffset, 0);
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DStateChangeTest.cpp1779 constexpr size_t posOffset = 0; in TEST_P() local
1822 reinterpret_cast<const void *>(posOffset)); in TEST_P()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1769 psState.posOffset = SWR_PS_POSITION_SAMPLE_NONE; in swr_update_derived()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DStateChangeTest.cpp2103 constexpr size_t posOffset = 0; in TEST_P() local
2146 reinterpret_cast<const void *>(posOffset)); in TEST_P()