OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextType
(Results
1 - 11
of
11
) sorted by null
/external/skia/src/core/
SkTextToPathIter.h
53
enum class
TextType
{
59
const SkScalar bounds[2], SkScalar x, SkScalar y,
TextType
textType
)
61
, fTextType(
textType
) {
73
SkScalar xOffset =
TextType
::kText == fTextType && fXYIndex ? fXPos : 0;
74
if (
TextType
::kPosText == fTextType
100
TextType
fTextType;
SkPaint.cpp
[
all
...]
/external/skqp/src/core/
SkTextToPathIter.h
53
enum class
TextType
{
59
const SkScalar bounds[2], SkScalar x, SkScalar y,
TextType
textType
)
61
, fTextType(
textType
) {
73
SkScalar xOffset =
TextType
::kText == fTextType && fXYIndex ? fXPos : 0;
74
if (
TextType
::kPosText == fTextType
100
TextType
fTextType;
SkPaint.cpp
[
all
...]
/frameworks/base/apct-tests/perftests/core/src/android/text/
NonEditableTextGenerator.java
14
enum
TextType
{
21
private
TextType
mTextType;
34
public NonEditableTextGenerator setTextType(
TextType
textType
) {
35
mTextType =
textType
;
68
final Spannable spannable = (mTextType ==
TextType
.SPANNABLE_BUILDER) ?
/packages/apps/Car/libs/car-list/src/com/android/car/list/
EditTextLineItem.java
55
protected
TextType
mTextType =
TextType
.NONE;
60
public enum
TextType
{
73
TextType
(int value) {
100
public void setTextType(
TextType
textType
) {
101
mTextType =
textType
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h
48
TextType
/external/skia/src/gpu/text/
GrAtlasTextBlob.h
524
enum
TextType
{
/external/skqp/src/gpu/text/
GrAtlasTextBlob.h
529
enum
TextType
{
/external/v8/src/regexp/
regexp-ast.h
160
enum
TextType
{ ATOM, CHAR_CLASS };
169
TextType
text_type() const { return text_type_; }
184
TextElement(
TextType
text_type, RegExpTree* tree)
188
TextType
text_type_;
/external/guice/extensions/persist/lib/
hibernate3.jar
Completed in 719 milliseconds