OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:displayIndex
(Results
1 - 18
of
18
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_system.h
50
extern DECLSPEC int SDLCALL SDL_Direct3D9GetAdapterIndex( int
displayIndex
);
62
extern DECLSPEC void SDLCALL SDL_DXGIGetOutputInfo( int
displayIndex
, int *adapterIndex, int *outputIndex );
SDL_video.h
279
extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int
displayIndex
);
289
extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int
displayIndex
, SDL_Rect * rect);
296
extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int
displayIndex
);
309
extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int
displayIndex
, int modeIndex,
315
extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int
displayIndex
, SDL_DisplayMode * mode);
320
extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int
displayIndex
, SDL_DisplayMode * mode);
326
* \param
displayIndex
The index of display from which mode should be queried.
344
extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int
displayIndex
, const SDL_DisplayMode * mode, SDL_DisplayMode * closest);
[
all
...]
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_system.h
50
extern DECLSPEC int SDLCALL SDL_Direct3D9GetAdapterIndex( int
displayIndex
);
62
extern DECLSPEC void SDLCALL SDL_DXGIGetOutputInfo( int
displayIndex
, int *adapterIndex, int *outputIndex );
SDL_video.h
279
extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int
displayIndex
);
289
extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int
displayIndex
, SDL_Rect * rect);
296
extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int
displayIndex
);
309
extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int
displayIndex
, int modeIndex,
315
extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int
displayIndex
, SDL_DisplayMode * mode);
320
extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int
displayIndex
, SDL_DisplayMode * mode);
326
* \param
displayIndex
The index of display from which mode should be queried.
344
extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int
displayIndex
, const SDL_DisplayMode * mode, SDL_DisplayMode * closest);
[
all
...]
/prebuilts/misc/windows/sdl2/include/
SDL_system.h
50
extern DECLSPEC int SDLCALL SDL_Direct3D9GetAdapterIndex( int
displayIndex
);
62
extern DECLSPEC void SDLCALL SDL_DXGIGetOutputInfo( int
displayIndex
, int *adapterIndex, int *outputIndex );
SDL_video.h
279
extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int
displayIndex
);
289
extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int
displayIndex
, SDL_Rect * rect);
296
extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int
displayIndex
);
309
extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int
displayIndex
, int modeIndex,
315
extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int
displayIndex
, SDL_DisplayMode * mode);
320
extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int
displayIndex
, SDL_DisplayMode * mode);
326
* \param
displayIndex
The index of display from which mode should be queried.
344
extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int
displayIndex
, const SDL_DisplayMode * mode, SDL_DisplayMode * closest);
[
all
...]
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_system.h
50
extern DECLSPEC int SDLCALL SDL_Direct3D9GetAdapterIndex( int
displayIndex
);
62
extern DECLSPEC void SDLCALL SDL_DXGIGetOutputInfo( int
displayIndex
, int *adapterIndex, int *outputIndex );
SDL_video.h
279
extern DECLSPEC const char * SDLCALL SDL_GetDisplayName(int
displayIndex
);
289
extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int
displayIndex
, SDL_Rect * rect);
296
extern DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int
displayIndex
);
309
extern DECLSPEC int SDLCALL SDL_GetDisplayMode(int
displayIndex
, int modeIndex,
315
extern DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int
displayIndex
, SDL_DisplayMode * mode);
320
extern DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int
displayIndex
, SDL_DisplayMode * mode);
326
* \param
displayIndex
The index of display from which mode should be queried.
344
extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int
displayIndex
, const SDL_DisplayMode * mode, SDL_DisplayMode * closest);
[
all
...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
DisplayDensityUtils.java
154
final int
displayIndex
;
156
displayIndex
= currentDensityIndex;
167
displayIndex
= curIndex;
171
mCurrentIndex =
displayIndex
;
/external/skia/experimental/docs/
animationCommon.js
54
var
displayIndex
;
59
displayIndex
= animationState.displayDict[ref];
72
displayIndex
= animationState.displayList.length;
77
animationState.displayDict[ref] =
displayIndex
;
81
displayIndex
= animationState.displayDict[action.ref];
99
assert(
displayIndex
< animationState.displayList.length);
100
var display = animationState.displayList[
displayIndex
];
/prebuilts/misc/windows/sdl2/test/
testautomation_video.c
387
int
displayIndex
;
394
displayIndex
= SDLTest_RandomSint32BoundaryValue(0, displayNum, SDL_FALSE);
395
result = SDL_GetNumDisplayModes(
displayIndex
);
396
SDLTest_AssertPass("Call to SDL_GetNumDisplayModes(%d=out-of-bounds/boundary)",
displayIndex
);
400
displayIndex
= SDLTest_RandomIntegerInRange(-2000, -1000);
401
result = SDL_GetNumDisplayModes(
displayIndex
);
402
SDLTest_AssertPass("Call to SDL_GetNumDisplayModes(%d=out-of-bounds/large negative)",
displayIndex
);
405
displayIndex
= SDLTest_RandomIntegerInRange(1000, 2000);
406
result = SDL_GetNumDisplayModes(
displayIndex
);
407
SDLTest_AssertPass("Call to SDL_GetNumDisplayModes(%d=out-of-bounds/large positive)",
displayIndex
);
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
AlphabeticIndex.java
864
private int
displayIndex
;
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java
[
all
...]
/external/icu/icu4c/source/i18n/
alphaindex.cpp
128
int32_t
displayIndex
= 0;
130
getBucket(*publicBucketList, i)->displayIndex_ =
displayIndex
++;
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 3030 milliseconds