Home
last modified time | relevance | path

Searched refs:readFloat (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/experimental/skrive/src/
DPaint.cpp23 node->setOpacity(sr->readFloat("opacity")); in parse_node()
37 node->setStrokeWidth(sr->readFloat("width")); in parse_fill_stroke()
64 node->setStrokeTrimStart (sr->readFloat("start" )); in parse_fill_stroke()
65 node->setStrokeTrimEnd (sr->readFloat("end" )); in parse_fill_stroke()
66 node->setStrokeTrimOffset(sr->readFloat("offset")); in parse_fill_stroke()
DRectangle.cpp23 node->setWidth(sr->readFloat("width")); in parse_node()
24 node->setHeight(sr->readFloat("height")); in parse_node()
25 node->setRadius(sr->readFloat("cornerRadius")); in parse_node()
DEllipse.cpp23 node->setWidth(sr->readFloat("width")); in parse_node()
24 node->setHeight(sr->readFloat("height")); in parse_node()
DComponent.cpp35 node->setRotation(sr->readFloat("rotation")); in parse_node()
37 node->setOpacity(sr->readFloat("opacity")); in parse_node()
DArtboard.cpp95 ab->setSize ({sr->readFloat ("width" ), in parse_artboard()
96 sr->readFloat ("height" )}); in parse_artboard()
/third_party/skia/experimental/skrive/tests/
DBinaryReader.cpp54 REPORTER_ASSERT(reporter, sr->readFloat("width" ) == 863); in DEF_TEST()
55 REPORTER_ASSERT(reporter, sr->readFloat("height") == 899); in DEF_TEST()
61 REPORTER_ASSERT(reporter, sr->readFloat("INVALID" ) == 0); in DEF_TEST()
DJsonReader.cpp44 REPORTER_ASSERT(reporter, sr->readFloat("width" ) == 500); in DEF_TEST()
45 REPORTER_ASSERT(reporter, sr->readFloat("height") == 250); in DEF_TEST()
51 REPORTER_ASSERT(reporter, sr->readFloat("INVALID" ) == 0); in DEF_TEST()
/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js83 function readFloat(bufferDecoder, start) { function
233 return readPacked(bufferDecoder, start, readFloat);
346 readFloat, property
Dreader_test.js104 expect(() => reader.readFloat(bufferDecoder, 0)).toThrow();
109 const d = reader.readFloat(pair.bufferDecoder, 0);
/third_party/flatbuffers/ts/flexbuffers/
Dreference.ts4 import { indirect, keyForIndex, keyIndex, readFloat, readInt, readUInt, valueForIndexWithKey } from…
69 return readFloat(this.dataView, this.offset, this.parentWidth);
72 …return readFloat(this.dataView, indirect(this.dataView, this.offset, this.parentWidth), fromByteWi…
Dreference-util.ts52 export function readFloat(dataView: DataView, offset: number, width: number): number { function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStreamReader.java115 public float readFloat() throws IOException { in readFloat() method in CodedInputStreamReader
117 return input.readFloat(); in readFloat()
353 plist.addFloat(input.readFloat()); in readFloatList()
358 plist.addFloat(input.readFloat()); in readFloatList()
379 target.add(input.readFloat()); in readFloatList()
384 target.add(input.readFloat()); in readFloatList()
1295 return readFloat(); in readField()
DReader.java85 float readFloat() throws IOException; in readFloat() method
DWireFormat.java231 return input.readFloat(); in readPrimitiveField()
DBinaryReader.java167 public float readFloat() throws IOException { in readFloat() method in BinaryReader.SafeHeapReader
441 plist.addFloat(readFloat()); in readFloatList()
470 target.add(readFloat()); in readFloatList()
1467 return readFloat(); in readField()
/third_party/protobuf/objectivec/
DGPBCodedInputStream.h121 - (float)readFloat;
/third_party/protobuf/js/binary/
Dreader.js483 return this.readFloat();
870 jspb.BinaryReader.prototype.readFloat = function() { method in jspb.BinaryReader
873 return this.decoder_.readFloat();
1235 return this.readPackedField_(this.decoder_.readFloat);
Dwriter_test.js340 expect(isNaN(reader.readFloat())).toEqual(true);
342 expect(reader.readFloat()).toEqual(f);
/third_party/skia/experimental/skrive/src/reader/
DStreamReader.h67 virtual float readFloat (const char label[]) = 0;
DBinaryReader.cpp43 float readFloat(const char[]) override { in readFloat() function in skrive::internal::__anon499d2b5b0111::BinaryReader
DJsonReader.cpp95 float readFloat(const char label[]) override { in readFloat() function in skrive::internal::__anon4d905d300111::JsonReader
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt229 T_FLOAT, T_INDIRECT_FLOAT -> buffer.readFloat(pos, width).toULong() in get()
245 T_INDIRECT_FLOAT, T_FLOAT -> buffer.readFloat(pos, width).toFloat() in pos()
265 T_INDIRECT_FLOAT, T_FLOAT -> buffer.readFloat(pos, width) in toDouble()
635 …dex: Int): Double = resolveAt(index) { pos: Int, width: ByteWidth -> buffer.readFloat(pos, width) } in pos()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrVertexAttrib.cpp277 void readFloat (tcu::Vec4& dst, const VertexAttribType type, const int size, const void* ptr) in readFloat() function
503readFloat(dst, vertexAttrib.type, vertexAttrib.size, (const deUint8*)vertexAttrib.pointer + byteOf… in readVertexAttrib()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h124 float readFloat() in readFloat() function
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js313 jspb.BinaryDecoder.prototype.readFloat,

12