Home
last modified time | relevance | path

Searched defs:textSize (Results 1 – 25 of 47) sorted by relevance

12

/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
DBorderedText.java34 private final float textSize; field in BorderedText
42 public BorderedText(final float textSize) { in BorderedText()
54 public BorderedText(final int interiorColor, final int exteriorColor, final float textSize) { in BorderedText()
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/
DBorderedText.java34 private final float textSize; field in BorderedText
42 public BorderedText(final float textSize) { in BorderedText()
54 public BorderedText(final int interiorColor, final int exteriorColor, final float textSize) { in BorderedText()
/external/skia/src/core/
DSkTextBlobPriv.h86 …RunRecord(uint32_t count, uint32_t textSize, const SkPoint& offset, const SkFont& font, GlyphPosi… in RunRecord()
141 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; } in textSize() function
250 uint32_t textSize() const { in textSize() function
DSkTextBlob.cpp38 size_t SkTextBlob::RunRecord::StorageSize(uint32_t glyphCount, uint32_t textSize, in StorageSize()
466 int count, int textSize, SkPoint offset, in allocInternal()
706 uint32_t textSize = it.textSize(); in Flatten() local
752 int textSize = pe.extended ? reader.read32() : 0; in MakeFromBuffer() local
/external/skqp/src/core/
DSkTextBlobPriv.h86 …RunRecord(uint32_t count, uint32_t textSize, const SkPoint& offset, const SkFont& font, GlyphPosi… in RunRecord()
141 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; } in textSize() function
250 uint32_t textSize() const { in textSize() function
DSkTextBlob.cpp38 size_t SkTextBlob::RunRecord::StorageSize(uint32_t glyphCount, uint32_t textSize, in StorageSize()
466 int count, int textSize, SkPoint offset, in allocInternal()
706 uint32_t textSize = it.textSize(); in Flatten() local
752 int textSize = pe.extended ? reader.read32() : 0; in MakeFromBuffer() local
/external/skia/src/gpu/text/
DGrTextContext.cpp132 SkScalar scaled_text_size(const SkScalar textSize, const SkMatrix& viewMatrix) { in scaled_text_size()
156 SkScalar textSize = font.getSize(); in InitDistanceFieldFont() local
180 SkScalar textSize, in InitDistanceFieldMinMaxScale()
/external/skqp/samplecode/
DSampleLCD.cpp35 SkScalar textSize = SkIntToScalar(6); in onDrawContent() local
/external/skia/samplecode/
DSampleLCD.cpp35 SkScalar textSize = SkIntToScalar(6); in onDrawContent() local
/external/skia/gm/
Dimageblur2.cpp32 constexpr SkScalar textSize = 12; in DEF_SIMPLE_GM() local
Dtexteffects.cpp22 SkScalar uPos, SkScalar uWidth, SkScalar textSize) { in create_underline()
108 for (SkScalar textSize = 100; textSize > 10; textSize -= 20) { variable
Dstrokefill.cpp239 const SkPaint& paint, float textSize) { in path_bold()
Ddownsamplebitmap.cpp78 const SkScalar textSize = 72; in make_text() local
Dcoloremoji.cpp88 for (const SkScalar& textSize : textSizes) { in onDraw() local
/external/skqp/gm/
Dimageblur2.cpp32 constexpr SkScalar textSize = 12; in DEF_SIMPLE_GM() local
Dtexteffects.cpp22 SkScalar uPos, SkScalar uWidth, SkScalar textSize) { in create_underline()
108 for (SkScalar textSize = 100; textSize > 10; textSize -= 20) { variable
Dstrokefill.cpp239 const SkPaint& paint, float textSize) { in path_bold()
Ddownsamplebitmap.cpp78 const SkScalar textSize = 72; in make_text() local
Dcoloremoji.cpp90 for (const SkScalar& textSize : textSizes) { in onDraw() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPaint.java39 private float textSize; field in ShadowPaint
176 protected void setTextSize(float textSize) { in setTextSize()
DShadowTextView.java34 private float textSize = 14.0f; field in ShadowTextView
/external/setupdesign/main/src/com/google/android/setupdesign/template/
DHeaderMixin.java104 float textSize = in applyPartnerCustomizationStyle() local
/external/skqp/tests/
DDrawTextTest.cpp137 SkScalar textSize; in DEF_TEST() member
/external/skia/tests/
DDrawTextTest.cpp137 SkScalar textSize; in DEF_TEST() member
/external/skqp/src/gpu/text/
DGrTextContext.cpp132 void GrTextContext::InitDistanceFieldPaint(const SkScalar textSize, in InitDistanceFieldPaint()

12