OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:axisCount
(Results
1 - 4
of
4
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/input/
Joystick.java
17
private int
axisCount
;
25
int joyId, String name, int buttonCount, int
axisCount
,
32
this.
axisCount
=
axisCount
;
109
return
axisCount
;
133
+ ", axes=" +
axisCount
+ "]";
/external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c
290
FT_Long
axisCount
;
305
axisCount
= FT_GET_LONG();
308
axisCount
!= (FT_Long)blend->mmvar->num_axis )
311
if ( FT_NEW_ARRAY( blend->avar_segment,
axisCount
) )
315
for ( i = 0; i <
axisCount
; ++i, ++segment )
348
FT_UShort
axisCount
;
394
FT_FRAME_USHORT(
axisCount
),
415
gvar_head.
axisCount
!= (FT_UShort)blend->mmvar->num_axis )
451
gvar_head.
axisCount
* blend->tuplecount ) )
455
FT_FRAME_ENTER( blend->tuplecount * gvar_head.
axisCount
* 2L )
[
all
...]
/external/freetype/src/truetype/
ttgxvar.c
290
FT_Long
axisCount
;
305
axisCount
= FT_GET_LONG();
308
axisCount
!= (FT_Long)blend->mmvar->num_axis )
311
if ( FT_NEW_ARRAY( blend->avar_segment,
axisCount
) )
315
for ( i = 0; i <
axisCount
; ++i, ++segment )
348
FT_UShort
axisCount
;
394
FT_FRAME_USHORT(
axisCount
),
415
gvar_head.
axisCount
!= (FT_UShort)blend->mmvar->num_axis )
451
gvar_head.
axisCount
* blend->tuplecount ) )
455
FT_FRAME_ENTER( blend->tuplecount * gvar_head.
axisCount
* 2L )
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java
386
final int
axisCount
= state.getAxisCount();
387
for (int i = 0; i <
axisCount
; i++) {
Completed in 251 milliseconds