Flutter Engine
The Flutter Engine
|
#include "include/core/SkStream.h"
#include "include/core/SkTypeface.h"
#include "include/ports/SkTypeface_fontations.h"
#include "tests/Test.h"
#include "tools/Resources.h"
#include <memory>
Go to the source code of this file.
Functions | |
DEF_TEST (Fontations_DoNotMakeFromNull, reporter) | |
DEF_TEST (Fontations_DoNotMakeFromNonSfnt, reporter) | |
DEF_TEST (Fontations_MakeFromFont, reporter) | |
DEF_TEST (Fontations_MakeFromCollection, reporter) | |
DEF_TEST (Fontations_MakeFromCollectionNonNullIndex, reporter) | |
DEF_TEST (Fontations_DoNotMakeFromCollection_Invalid_Index, reporter) | |
DEF_TEST (Fontations_TableData, reporter) | |
DEF_TEST (Fontations_TableTags, reporter) | |
DEF_TEST (Fontations_VariationPosition, reporter) | |
DEF_TEST (Fontations_VariationParameters, reporter) | |
DEF_TEST (Fontations_VariationParameters_BufferTooSmall, reporter) | |
DEF_TEST | ( | Fontations_DoNotMakeFromCollection_Invalid_Index | , |
reporter | |||
) |
Definition at line 111 of file FontationsTest.cpp.
DEF_TEST | ( | Fontations_DoNotMakeFromNonSfnt | , |
reporter | |||
) |
Definition at line 82 of file FontationsTest.cpp.
DEF_TEST | ( | Fontations_DoNotMakeFromNull | , |
reporter | |||
) |
Definition at line 75 of file FontationsTest.cpp.
DEF_TEST | ( | Fontations_MakeFromCollection | , |
reporter | |||
) |
Definition at line 97 of file FontationsTest.cpp.
DEF_TEST | ( | Fontations_MakeFromCollectionNonNullIndex | , |
reporter | |||
) |
Definition at line 103 of file FontationsTest.cpp.
DEF_TEST | ( | Fontations_MakeFromFont | , |
reporter | |||
) |
Definition at line 91 of file FontationsTest.cpp.
DEF_TEST | ( | Fontations_TableData | , |
reporter | |||
) |
Definition at line 119 of file FontationsTest.cpp.
DEF_TEST | ( | Fontations_TableTags | , |
reporter | |||
) |
Definition at line 180 of file FontationsTest.cpp.
DEF_TEST | ( | Fontations_VariationParameters | , |
reporter | |||
) |
Definition at line 238 of file FontationsTest.cpp.
DEF_TEST | ( | Fontations_VariationParameters_BufferTooSmall | , |
reporter | |||
) |
Definition at line 257 of file FontationsTest.cpp.
DEF_TEST | ( | Fontations_VariationPosition | , |
reporter | |||
) |
Definition at line 195 of file FontationsTest.cpp.