Home
last modified time | relevance | path

Searched refs:WriteFloat (Results 1 – 25 of 70) sorted by relevance

123

/external/pdfium/core/fpdfapi/edit/
Dcpdf_contentstream_write_utils.cpp225 std::ostream& WriteFloat(std::ostream& stream, float value) { in WriteFloat() function
233 WriteFloat(stream, matrix.a) << " "; in WriteMatrix()
234 WriteFloat(stream, matrix.b) << " "; in WriteMatrix()
235 WriteFloat(stream, matrix.c) << " "; in WriteMatrix()
236 WriteFloat(stream, matrix.d) << " "; in WriteMatrix()
237 WriteFloat(stream, matrix.e) << " "; in WriteMatrix()
238 WriteFloat(stream, matrix.f); in WriteMatrix()
243 WriteFloat(stream, point.x) << " "; in WritePoint()
244 WriteFloat(stream, point.y); in WritePoint()
249 WriteFloat(stream, rect.left) << " "; in WriteRect()
[all …]
Dcpdf_pagecontentgenerator.cpp67 WriteFloat(buf, colors.value().red) << " "; in WriteColorToStream()
68 WriteFloat(buf, colors.value().green) << " "; in WriteColorToStream()
69 WriteFloat(buf, colors.value().blue); in WriteColorToStream()
612 WriteFloat(*buf, line_width) << " w "; in ProcessGraphics()
627 WriteFloat(*buf, dash_array[i]); in ProcessGraphics()
630 WriteFloat(*buf, pPageObj->graph_state().GetLineDashPhase()) << " d "; in ProcessGraphics()
778 WriteFloat(*buf, pTextObj->GetFontSize()) << " Tf "; in ProcessText()
Dcpdf_contentstream_write_utils.h14 std::ostream& WriteFloat(std::ostream& stream, float value);
/external/golang-protobuf/internal/encoding/json/
Dencode_test.go72 e.WriteFloat(1.0199999809265137, 64)
79 e.WriteFloat(math.MaxFloat64, 64)
86 e.WriteFloat(-math.MaxFloat64, 64)
93 e.WriteFloat(math.NaN(), 64)
100 e.WriteFloat(math.Inf(+1), 64)
107 e.WriteFloat(math.Inf(-1), 64)
114 e.WriteFloat(math.Copysign(0, -1), 64)
121 e.WriteFloat(1.02, 32)
128 e.WriteFloat(math.MaxFloat32, 32)
135 e.WriteFloat(-math.MaxFloat32, 32)
[all …]
/external/golang-protobuf/internal/encoding/text/
Dencode_test.go88 e.WriteFloat(1.0199999809265137, 64)
97 e.WriteFloat(math.MaxFloat64, 64)
106 e.WriteFloat(-math.MaxFloat64, 64)
115 e.WriteFloat(math.NaN(), 64)
124 e.WriteFloat(math.Inf(+1), 64)
133 e.WriteFloat(math.Inf(-1), 64)
142 e.WriteFloat(math.Copysign(0, -1), 64)
151 e.WriteFloat(1.02, 32)
160 e.WriteFloat(math.MaxFloat32, 32)
169 e.WriteFloat(math.NaN(), 32)
[all …]
Dencode.go177 func (e *Encoder) WriteFloat(n float64, bitSize int) { func
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs113 public void WriteFloat(float value) in WriteFloat() method
115 WritingPrimitives.WriteFloat(ref buffer, ref state, value); in WriteFloat()
DCodedOutputStream.cs181 public void WriteFloat(float value) in WriteFloat() method in Google.Protobuf.CodedOutputStream
184 WritingPrimitives.WriteFloat(ref span, ref state, value); in WriteFloat()
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs113 public void WriteFloat(float value) in WriteFloat() method
115 WritingPrimitives.WriteFloat(ref buffer, ref state, value); in WriteFloat()
DCodedOutputStream.cs181 public void WriteFloat(float value) in WriteFloat() method in Google.Protobuf.CodedOutputStream
184 WritingPrimitives.WriteFloat(ref span, ref state, value); in WriteFloat()
/external/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs113 public void WriteFloat(float value) in WriteFloat() method
115 WritingPrimitives.WriteFloat(ref buffer, ref state, value); in WriteFloat()
DCodedOutputStream.cs181 public void WriteFloat(float value) in WriteFloat() method in Google.Protobuf.CodedOutputStream
184 WritingPrimitives.WriteFloat(ref span, ref state, value); in WriteFloat()
/external/pdfium/core/fpdfdoc/
Dcpdf_generateap.cpp95 WriteFloat(sRet, fFontSize) << " Tf\n"; in GetFontSetString()
184 WriteFloat(sColorStream, color.fColor1) << " "; in GenerateColorAP()
185 WriteFloat(sColorStream, color.fColor2) << " "; in GenerateColorAP()
186 WriteFloat(sColorStream, color.fColor3) << " "; in GenerateColorAP()
191 WriteFloat(sColorStream, color.fColor1) << " "; in GenerateColorAP()
196 WriteFloat(sColorStream, color.fColor1) << " "; in GenerateColorAP()
197 WriteFloat(sColorStream, color.fColor2) << " "; in GenerateColorAP()
198 WriteFloat(sColorStream, color.fColor3) << " "; in GenerateColorAP()
199 WriteFloat(sColorStream, color.fColor4) << " "; in GenerateColorAP()
239 WriteFloat(sAppStream, width) in GenerateBorderAP()
[all …]
/external/pdfium/core/fpdfapi/parser/
Dcpdf_number.cpp19 WriteFloat(sstream, value); in FloatToString()
/external/golang-protobuf/encoding/protojson/
Dencode.go281 e.WriteFloat(val.Float(), 32)
285 e.WriteFloat(val.Float(), 64)
/external/golang-protobuf/encoding/prototext/
Dencode.go230 e.WriteFloat(val.Float(), 32)
234 e.WriteFloat(val.Float(), 64)
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DWriteRawPrimitivesBenchmark.cs312 cos.WriteFloat(value); in WriteRawFloat_CodedOutputStream()
325 ctx.WriteFloat(value); in WriteRawFloat_WriteContext()
/external/pigweed/pw_protobuf/size_report/
Dproto_bloat.cc192 child.WriteFloat(234, 3.14f).IgnoreError(); in CodeToPullInProtoEncoder()
196 child.WriteFloat(234, 3.14).IgnoreError(); in CodeToPullInProtoEncoder()
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DWriteRawPrimitivesBenchmark.cs312 cos.WriteFloat(value); in WriteRawFloat_CodedOutputStream()
325 ctx.WriteFloat(value); in WriteRawFloat_WriteContext()
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DWriteRawPrimitivesBenchmark.cs312 cos.WriteFloat(value); in WriteRawFloat_CodedOutputStream()
325 ctx.WriteFloat(value); in WriteRawFloat_WriteContext()
/external/pigweed/pw_protobuf/
Dencoder_test.cc106 EXPECT_EQ(encoder.WriteFloat(kTestProtoRatioField, 1.618034f), OkStatus()); in TEST()
139 EXPECT_EQ(encoder.WriteFloat(kTestProtoRatioField, 1.618034f), in TEST()
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc234 inline util::Status WriteFloat(int field_number, const DataPiece& data, in WriteFloat() function
238 WireFormatLite::WriteFloat(field_number, f.value(), stream); in WriteFloat()
675 status = WriteFloat(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc234 inline util::Status WriteFloat(int field_number, const DataPiece& data, in WriteFloat() function
238 WireFormatLite::WriteFloat(field_number, f.value(), stream); in WriteFloat()
675 status = WriteFloat(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc234 inline util::Status WriteFloat(int field_number, const DataPiece& data, in WriteFloat() function
238 WireFormatLite::WriteFloat(field_number, f.value(), stream); in WriteFloat()
675 status = WriteFloat(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/libchrome/base/
Dpickle.h200 void WriteFloat(float value) { WritePOD(value); } in WriteFloat() function

123