Home
last modified time | relevance | path

Searched refs:SkPaintDefaults_TextSize (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/core/
DSkPaintDefaults.h19 #ifndef SkPaintDefaults_TextSize
20 #define SkPaintDefaults_TextSize SkIntToScalar(12) macro
DSkFont.cpp24 #define kDefault_Size SkPaintDefaults_TextSize
/external/skqp/src/core/
DSkPaintDefaults.h23 #ifndef SkPaintDefaults_TextSize
24 #define SkPaintDefaults_TextSize SkIntToScalar(12) macro
DSkFont.cpp22 #define kDefault_Size SkPaintDefaults_TextSize
/external/skia/docs/examples/
DPaint_empty_constructor.cpp10 #define SkPaintDefaults_TextSize 24.f // double default font size in draw() macro
/external/skqp/docs/
Dundocumented.bmh770 #Const SkPaintDefaults_TextSize 12
DSkPaint_Reference.bmh77 #define SkPaintDefaults_TextSize 24.f // double default font size
2358 Set SkPaintDefaults_TextSize at compile time to change the default setting.
/external/skqp/site/user/api/
Dundocumented.md586 …er: 2px solid #dddddd; padding: 8px; '><a name='SkPaintDefaults_TextSize'><code>SkPaintDefaults_Te…
DSkPaint_Reference.md3392 Set <a href='undocumented#SkPaintDefaults_TextSize'>SkPaintDefaults_TextSize</a> at compile time to…
/external/skia/tools/debugger/
DDrawCommand.cpp945 store_scalar(writer, DEBUGCANVAS_ATTRIBUTE_TEXTSIZE, font.getSize(), SkPaintDefaults_TextSize); in MakeJsonFont()
/external/skqp/tools/debugger/
DSkDrawCommand.cpp1012 SkPaintDefaults_TextSize); in MakeJsonFont()