Searched refs:appendScalar (Results 1 – 25 of 25) sorted by relevance
/third_party/skia/src/pdf/ |
D | SkPDFMakeCIDGlyphWidthsArray.cpp | 151 result->appendScalar(scale_from_font_units(advance, emSize)); in SkPDFMakeCIDGlyphWidthsArray() 160 advanceArray->appendScalar(scale_from_font_units(advance, emSize)); in SkPDFMakeCIDGlyphWidthsArray() 196 advanceArray->appendScalar(0); in SkPDFMakeCIDGlyphWidthsArray() 198 advanceArray->appendScalar(scale_from_font_units(advance, emSize)); in SkPDFMakeCIDGlyphWidthsArray()
|
D | SkPDFTypes.h | 107 void appendScalar(SkScalar); 122 static inline void SkPDFArray_Append(SkPDFArray* a, SkScalar v) { a->appendScalar(v); } in SkPDFArray_Append()
|
D | SkPDFDocument.cpp | 307 pdfDest->appendScalar(dest.fPoint.x()); in append_destinations() 308 pdfDest->appendScalar(dest.fPoint.y()); in append_destinations()
|
D | SkPDFGradientShader.cpp | 278 bounds->appendScalar(colorOffsets[idx-1]); in gradientStitchCode() 281 encode->appendScalar(0); in gradientStitchCode() 282 encode->appendScalar(1.0f); in gradientStitchCode()
|
D | SkPDFType1Font.cpp | 315 widths->appendScalar(from_font_units(glyphs[i]->advanceX(), SkToU16(emSize))); in SkPDFEmitType1Font()
|
D | SkPDFTag.cpp | 112 pdfArray->appendScalar(element); in appendFloatArray()
|
D | SkPDFTypes.cpp | 310 void SkPDFArray::appendScalar(SkScalar value) { in appendScalar() function in SkPDFArray
|
D | SkPDFFont.cpp | 625 widthArray->appendScalar(advance); in emit_subset_type3()
|
/third_party/skia/tools/ |
D | random_parse_path.cpp | 80 atom.appendScalar(coord); in MakeRandomParsePathPiece() 87 atom.appendScalar(rand->nextRangeF(-720, 720)); in MakeRandomParsePathPiece()
|
/third_party/skia/fuzz/ |
D | FuzzParsePath.cpp | 93 atom.appendScalar(coord); in MakeRandomParsePathPiece() 102 atom.appendScalar(s); in MakeRandomParsePathPiece()
|
/third_party/skia/samplecode/ |
D | SampleArc.cpp | 98 str.appendScalar(start); in DrawLabel() 100 str.appendScalar(sweep); in DrawLabel()
|
/third_party/skia/docs/examples/ |
D | Paint_setLinearText.cpp | 16 width.appendScalar(paint.measureText(testStr, SK_ARRAY_COUNT(testStr), nullptr));
|
D | Matrix_getPerspY.cpp | 19 string.appendScalar(m.getPerspY());
|
D | Matrix_getPerspX.cpp | 19 string.appendScalar(m.getPerspX());
|
D | Point_distanceToOrigin.cpp | 19 distance.appendScalar(point.distanceToOrigin());
|
D | Point_length_2.cpp | 18 length.appendScalar(point.length());
|
D | Point_Normalize.cpp | 21 length.appendScalar(priorLength);
|
D | Point_Length.cpp | 18 length.appendScalar(SkPoint::Length(point.fX, point.fY));
|
D | Point_Distance.cpp | 20 distance.appendScalar(SkPoint::Distance(a, b));
|
/third_party/skia/gm/ |
D | arithmode.cpp | 72 str.appendScalar(k[i]); in show_k_text()
|
/third_party/skia/src/xml/ |
D | SkXMLWriter.cpp | 44 tmp.appendScalar(value); in addScalarAttribute()
|
/third_party/skia/include/core/ |
D | SkString.h | 211 void appendScalar(SkScalar value) { this->insertScalar((size_t)-1, value); } in appendScalar() function
|
/third_party/skia/tests/ |
D | PDFPrimitivesTest.cpp | 162 array->appendScalar(SK_ScalarHalf); in TestPDFArray()
|
D | StringTest.cpp | 162 a.appendScalar(gRec[i].fValue); in DEF_TEST()
|
/third_party/skia/src/svg/ |
D | SkSVGDevice.cpp | 534 patternDims[i].appendScalar(imageDimension); in addImageShaderResources()
|