/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_contentstream_write_utils.cpp | 225 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 …]
|
D | cpdf_pagecontentgenerator.cpp | 67 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()
|
D | cpdf_contentstream_write_utils.h | 14 std::ostream& WriteFloat(std::ostream& stream, float value);
|
/external/golang-protobuf/internal/encoding/json/ |
D | encode_test.go | 72 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/ |
D | encode_test.go | 88 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 …]
|
D | encode.go | 177 func (e *Encoder) WriteFloat(n float64, bitSize int) { func
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WriteContext.cs | 113 public void WriteFloat(float value) in WriteFloat() method 115 WritingPrimitives.WriteFloat(ref buffer, ref state, value); in WriteFloat()
|
D | CodedOutputStream.cs | 181 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/ |
D | WriteContext.cs | 113 public void WriteFloat(float value) in WriteFloat() method 115 WritingPrimitives.WriteFloat(ref buffer, ref state, value); in WriteFloat()
|
D | CodedOutputStream.cs | 181 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/ |
D | WriteContext.cs | 113 public void WriteFloat(float value) in WriteFloat() method 115 WritingPrimitives.WriteFloat(ref buffer, ref state, value); in WriteFloat()
|
D | CodedOutputStream.cs | 181 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/ |
D | cpdf_generateap.cpp | 95 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/ |
D | cpdf_number.cpp | 19 WriteFloat(sstream, value); in FloatToString()
|
/external/golang-protobuf/encoding/protojson/ |
D | encode.go | 281 e.WriteFloat(val.Float(), 32) 285 e.WriteFloat(val.Float(), 64)
|
/external/golang-protobuf/encoding/prototext/ |
D | encode.go | 230 e.WriteFloat(val.Float(), 32) 234 e.WriteFloat(val.Float(), 64)
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | WriteRawPrimitivesBenchmark.cs | 312 cos.WriteFloat(value); in WriteRawFloat_CodedOutputStream() 325 ctx.WriteFloat(value); in WriteRawFloat_WriteContext()
|
/external/pigweed/pw_protobuf/size_report/ |
D | proto_bloat.cc | 192 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/ |
D | WriteRawPrimitivesBenchmark.cs | 312 cos.WriteFloat(value); in WriteRawFloat_CodedOutputStream() 325 ctx.WriteFloat(value); in WriteRawFloat_WriteContext()
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | WriteRawPrimitivesBenchmark.cs | 312 cos.WriteFloat(value); in WriteRawFloat_CodedOutputStream() 325 ctx.WriteFloat(value); in WriteRawFloat_WriteContext()
|
/external/pigweed/pw_protobuf/ |
D | encoder_test.cc | 106 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/ |
D | proto_writer.cc | 234 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/ |
D | proto_writer.cc | 234 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/ |
D | proto_writer.cc | 234 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/ |
D | pickle.h | 200 void WriteFloat(float value) { WritePOD(value); } in WriteFloat() function
|