Searched refs:getTextSize (Results 1 – 25 of 53) sorted by relevance
123
/external/skia/gm/ |
D | gradtext.cpp | 123 canvas->translate(0, paint.getTextSize() * 4/3); in draw_text3() 126 canvas->translate(0, paint.getTextSize() * 4/3); in draw_text3() 140 canvas->translate(SkIntToScalar(20), paint.getTextSize()); in onDraw() 146 canvas->translate(0, paint.getTextSize() * 2); in onDraw() 151 canvas->translate(0, paint.getTextSize() * 2); in onDraw()
|
D | textblobshader.cpp | 47 run->pos[i] = p.getTextSize() * i * .75f; in onOnceBeforeDraw() 53 run->pos[i * 2] = p.getTextSize() * i * .75f; in onOnceBeforeDraw()
|
D | shadertext2.cpp | 120 canvas->translate(0, bmp.height() + labelPaint.getTextSize() + 15.f); in onDraw() 131 0, labelPaint.getTextSize() - 1, labelPaint); in onDraw() 149 0, labelPaint.getTextSize() - 1, labelPaint); in onDraw()
|
D | pixelsnap.cpp | 57 0, i * kTrans + labelPaint.getTextSize(), in onDraw() 68 i * SkIntToScalar(kTrans), labelPaint.getTextSize(), in onDraw()
|
D | textblob.cpp | 133 const SkScalar advanceX = font.getTextSize() * 0.85f; in makeBlob() 134 const SkScalar advanceY = font.getTextSize() * 1.5f; in makeBlob()
|
D | textbloblooper.cpp | 36 const SkScalar advanceX = paint.getTextSize() * 0.85f; in add_to_text_blob() 37 const SkScalar advanceY = paint.getTextSize() * 1.5f; in add_to_text_blob()
|
D | convexpolyclip.cpp | 62 SkPoint texPos = { wScalar / 17, hScalar / 2 + paint.getTextSize() / 2.5f }; in make_bmp() 205 0, 1.5f * txtPaint.getTextSize(), in onDraw()
|
D | colortypexfermode.cpp | 148 x + w/2, y - labelP.getTextSize()/2, labelP); in onDraw()
|
D | gammatext.cpp | 88 y += paint.getTextSize() * 2; in onDraw()
|
D | arithmode.cpp | 65 canvas->drawText(str.c_str(), str.size(), x, y + paint.getTextSize(), paint); in show_k_text()
|
D | xfermodes2.cpp | 78 x + w/2, y - labelP.getTextSize()/2, labelP); in onDraw()
|
/external/skia/samplecode/ |
D | SampleMeasure.cpp | 102 canvas->translate(fPaint.getTextSize(), fPaint.getTextSize()); in onDrawContent()
|
D | SampleTextOnPath.cpp | 129 x, paint.getTextSize()/2, paint); in onDrawContent() 137 x + SkIntToScalar(100), -paint.getTextSize()/2, paint); in onDrawContent()
|
D | SampleEncode.cpp | 180 y = paint.getTextSize(); in onDrawContent() 210 y = (paint.getTextSize() + SkIntToScalar(fBitmaps[0].height())) * 3 / 2; in onDrawContent()
|
D | SampleFilter2.cpp | 96 y - p.getTextSize(), p); in onDrawContent()
|
D | SampleXfermodesBlur.cpp | 191 x + w/2, y - labelP.getTextSize()/2, labelP); in onDrawContent()
|
D | SampleText.cpp | 87 pts[i].set(xpos, y), xpos += paint.getTextSize(); in DrawTheText()
|
/external/skia/src/gpu/ |
D | GrStencilAndCoverTextContext.cpp | 318 SkScalar fakeBoldScale = SkScalarInterpFunc(fSkPaint.getTextSize(), in init() 322 SkScalar extra = SkScalarMul(fSkPaint.getTextSize(), fakeBoldScale); in init() 333 fTextRatio = fSkPaint.getTextSize() / SkPaint::kCanonicalTextSizeForPaths; in init() 334 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fSkPaint.getTextSize(); in init()
|
/external/skia/resources/ |
D | slides.lua | 35 local ps = paint:getTextSize() 88 y = newBottom + paint:getTextSize() * .5 + extra_dy
|
/external/skia/tools/lua/ |
D | glyph-usage.lua | 67 return paint:getFontID() * 1000 + paint:getTextSize()
|
/external/skia/tests/ |
D | FontObjTest.cpp | 32 REPORTER_ASSERT(reporter, font->getSize() == paint.getTextSize()); in test_cachedfont()
|
D | PaintTest.cpp | 310 ASSERT(other.getTextSize() == paint.getTextSize());
|
D | FontMgrTest.cpp | 47 REPORTER_ASSERT(reporter, font->getSize() == paint.getTextSize()); in test_font()
|
/external/skia/src/core/ |
D | SkFont.cpp | 154 paint.getTextSize(), paint.getTextScaleX(), paint.getTextSkewX(), in Testing_CreateFromPaint()
|
/external/skia/bench/ |
D | TextBench.cpp | 92 fName.printf("text_%g", SkScalarToFloat(fPaint.getTextSize())); in onGetName()
|
123