OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEmbeddedBitmapText
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/core/
SkFont.cpp
126
if (paint.
isEmbeddedBitmapText
()) {
SkPaint.cpp
[
all
...]
/external/skia/tests/
TextBlobTest.cpp
219
REPORTER_ASSERT(reporter, defaultPaint.
isEmbeddedBitmapText
() != font.
isEmbeddedBitmapText
());
250
REPORTER_ASSERT(reporter, paint.
isEmbeddedBitmapText
() == font.
isEmbeddedBitmapText
());
/external/skia/include/core/
SkPaint.h
195
bool
isEmbeddedBitmapText
() const {
[
all
...]
/external/skia/src/utils/
SkLua.cpp
862
lua_pushboolean(L, get_obj<SkPaint>(L, 1)->
isEmbeddedBitmapText
());
[
all
...]
Completed in 4488 milliseconds