OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFixed
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_data.h
39
kFixed
= 4,
/external/sfntly/cpp/src/sfntly/data/
font_data.h
39
kFixed
= 4,
/external/skia/gm/
ninepatchstretch.cpp
19
const int
kFixed
= 28;
21
const int kSize = 2*
kFixed
+ kStretchy;
41
const SkScalar radius = SkIntToScalar(
kFixed
) - strokeWidth/2;
43
center->setXYWH(
kFixed
,
kFixed
, kStretchy, kStretchy);
50
r.setXYWH(SkIntToScalar(
kFixed
), 0, SkIntToScalar(kStretchy), SkIntToScalar(kSize));
53
r.setXYWH(0, SkIntToScalar(
kFixed
), SkIntToScalar(kSize), SkIntToScalar(kStretchy));
/external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h
21
kFixed
= 0x0,
55
COMPILE_ASSERT(T::kArgFlags == cmd::
kFixed
, Cmd_kArgFlags_not_kFixed);
112
COMPILE_ASSERT(T::kArgFlags == cmd::
kFixed
, Cmd_kArgFlags_not_kFixed);
207
static const cmd::ArgFlags kArgFlags = cmd::
kFixed
;
247
static const cmd::ArgFlags kArgFlags = cmd::
kFixed
;
282
static const cmd::ArgFlags kArgFlags = cmd::
kFixed
;
398
static const cmd::ArgFlags kArgFlags = cmd::
kFixed
;
467
static const cmd::ArgFlags kArgFlags = cmd::
kFixed
;
/external/chromium_org/courgette/
adjustment_method_2.cc
470
kFixed
= 0, // kind & kVariable == 0 => fixed.
478
// --> <
kFixed
+0, kVariable+1,
kFixed
+2, kVariable+1,
kFixed
+0>
665
kind =
kFixed
+ i;
[
all
...]
Completed in 68 milliseconds