Searched refs:ERROR_FONT_INVALID_STREAM (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | SkFontMgr_ohos.cpp | 426 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface() 433 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface() 463 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface() 471 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface()
|
D | FontConfig_ohos.h | 63 ERROR_FONT_INVALID_STREAM, // the stream is not recognized enumerator
|
D | FontConfig_ohos.cpp | 974 err = ERROR_FONT_INVALID_STREAM; in loadFont() 1217 case ERROR_FONT_INVALID_STREAM: { in errToString()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 76750 + * \return ERROR_FONT_INVALID_STREAM the stream is not recognized 76766 + err = ERROR_FONT_INVALID_STREAM; 76993 + case ERROR_FONT_INVALID_STREAM: { 77117 + ERROR_FONT_INVALID_STREAM, // the stream is not recognized 77849 + LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); 77856 + LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); 77886 + LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); 77894 + LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM));
|