Flutter Engine
The Flutter Engine
|
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkFontMetrics.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPathBuilder.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkString.h"
#include "include/private/base/SkTDArray.h"
#include "include/private/base/SkTo.h"
#include "src/base/SkUtils.h"
#include "src/core/SkAdvancedTypefaceMetrics.h"
#include "src/core/SkFontDescriptor.h"
#include "src/core/SkFontPriv.h"
#include "src/core/SkGlyph.h"
#include "src/core/SkPaintPriv.h"
#include "src/core/SkScalerContext.h"
#include "src/sfnt/SkOTUtils.h"
#include "tools/fonts/TestTypeface.h"
#include <utility>
#include "tools/fonts/test_font_monospace.inc"
#include "tools/fonts/test_font_sans_serif.inc"
#include "tools/fonts/test_font_serif.inc"
#include "tools/fonts/test_font_index.inc"
Go to the source code of this file.
Classes | |
class | SkTestScalerContext |
Variables | |
static constexpr const char | gHeaderString [] = "SkTestTypeface01" |
static constexpr const size_t | kHeaderSize = sizeof(gHeaderString) |
static TestTypeface::Register | registerer |
|
staticconstexpr |
Definition at line 162 of file TestTypeface.cpp.
|
staticconstexpr |
Definition at line 163 of file TestTypeface.cpp.
|
static |
Definition at line 229 of file TestTypeface.cpp.