OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:viewsize
(Results
1 - 25
of
52
) sorted by null
1
2
3
/external/webkit/Source/WebKit2/UIProcess/mac/
ChunkedUpdateDrawingAreaProxyMac.mm
51
const IntSize&
viewSize
= size();
52
m_bitmapContext.adoptCF(CGBitmapContextCreate(0,
viewSize
.width(),
viewSize
.height(), 8,
viewSize
.width() * 4, colorSpace.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host));
55
CGContextTranslateCTM(m_bitmapContext.get(), 0,
viewSize
.height());
/external/webkit/Source/WebKit2/Shared/
UpdateInfo.cpp
35
encoder->encode(
viewSize
);
45
if (!decoder->decode(result.
viewSize
))
WebPageCreationParameters.cpp
35
encoder->encode(
viewSize
);
67
if (!decoder->decode(parameters.
viewSize
))
WebPageCreationParameters.h
47
WebCore::IntSize
viewSize
;
UpdateInfo.h
50
WebCore::IntSize
viewSize
;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
ChunkedUpdateDrawingArea.cpp
116
void ChunkedUpdateDrawingArea::setSize(const IntSize&
viewSize
)
118
ASSERT_ARG(
viewSize
, !
viewSize
.isEmpty());
123
m_webPage->setSize(
viewSize
);
135
UpdateChunk updateChunk(IntRect(0, 0,
viewSize
.width(),
viewSize
.height()));
TiledDrawingArea.cpp
101
void TiledDrawingArea::setSize(const IntSize&
viewSize
)
104
ASSERT_ARG(
viewSize
, !
viewSize
.isEmpty());
106
m_webPage->setSize(
viewSize
);
110
WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::DidSetSize, m_webPage->pageID(), CoreIPC::In(
viewSize
));
ChunkedUpdateDrawingArea.h
59
void setSize(const WebCore::IntSize&
viewSize
);
TiledDrawingArea.h
63
void setSize(const WebCore::IntSize&
viewSize
);
DrawingAreaImpl.cpp
324
updateInfo.
viewSize
= m_webPage->size();
431
updateInfo.
viewSize
= m_webPage->size();
569
updateInfo.
viewSize
= m_webPage->size();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
145
float
viewSize
= getSize(view);
146
final float fadeSize = ALPHA_FADE_END *
viewSize
;
149
if (pos >=
viewSize
* ALPHA_FADE_START) {
150
result = 1.0f - (pos -
viewSize
* ALPHA_FADE_START) / fadeSize;
151
} else if (pos <
viewSize
* (1.0f - ALPHA_FADE_START)) {
152
result = 1.0f + (
viewSize
* ALPHA_FADE_START + pos) / fadeSize;
/external/chromium/webkit/glue/
webthemeengine_impl_mac.cc
43
trackInfo.trackInfo.scrollbar.
viewsize
= scrollbarInfo.visibleSize;
/external/quake/quake/app/id1/
config.cfg
91
// // Generated by GLQuake. DO NOT MODIFY! // unbindconfig bind "TAB" "+showscores" bind "ENTER" "+jump" bind "ESCAPE" "togglemenu" bind "SPACE" "+jump" bind "+" "sizeup" bind "," "+moveleft" bind "-" "sizedown" bind "." "+moveright" bind "/" "impulse 10" bind "0" "impulse 0" bind "1" "impulse 1" bind "2" "impulse 2" bind "3" "impulse 3" bind "4" "impulse 4" bind "5" "impulse 5" bind "6" "impulse 6" bind "7" "impulse 7" bind "8" "impulse 8" bind "=" "sizeup" bind "\" "+mlook" bind "`" "toggleconsole" // Original Quake binding // bind "a" "+lookup" // bind "c" "+movedown" // bind "d" "+moveup" // bind "t" "messagemode" // bind "z" "+lookdown" bind "w" "+forward" bind "s" "+back" bind "a" "+left" bind "d" "+right" bind "q" "+lookup" bind "z" "+lookdown" bind "v" "+movedown" bind "f" "+moveup" bind "t" "messagemode" bind "~" "toggleconsole" bind "UPARROW" "+forward" bind "DOWNARROW" "+back" bind "LEFTARROW" "+left" bind "RIGHTARROW" "+right" bind "ALT" "+strafe" bind "CTRL" "+attack" bind "SHIFT" "+speed" bind "F1" "help" bind "F2" "menu_save" bind "F3" "menu_load" bind "F4" "menu_options" bind "F5" "menu_multiplayer" bind "F6" "echo Quicksaving...; wait; save quick" bind "F9" "echo Quickloading...; wait; load quick" bind "F10" "quit" bind "F11" "zoom_in" bind "F12" "screenshot" bind "INS" "+klook" bind "DEL" "+lookdown" bind "PGDN" "+lookup" bind "END" "centerview" bind "MOUSE1" "+attack" bind "MOUSE2" "+forward" bind "MOUSE3" "+mlook" bind "PAUSE" "pause" m_filter "0.2" m_filtercutoff "80" confirmquit "1" m_side "0.8" m_forward "1" m_yaw "0.022" m_pitch "0.022" sensitivity "3" lookstrafe "0" lookspring "0" cl_backspeed "200" cl_forwardspeed "200" _cl_color "0" _cl_name "player" _snd_mixahead "0.1" bgmvolume "1" volume "0.7" gl_singlepasssky "1" gl_triplebuffer "1"
viewsize
"100" gl_anisotropiclevel "1" gl_vid_wait "0" _config_modem_hangup "AT H" _config_modem_init "" _c (…)
/external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxy.cpp
38
, m_size(webPageProxy->
viewSize
())
BackingStore.cpp
58
// ASSERT(m_size == updateInfo.
viewSize
);
ChunkedUpdateDrawingAreaProxy.cpp
113
IntSize
viewSize
= updateChunk->rect().size();
115
if (
viewSize
!= m_size)
DrawingAreaProxyImpl.cpp
207
// updateInfo.
viewSize
.
244
m_backingStore = BackingStore::create(updateInfo.
viewSize
, m_webPageProxy);
/external/webkit/Source/WebCore/page/
SpatialNavigation.cpp
48
static RectsAlignment alignmentForRects(FocusDirection, const IntRect&, const IntRect&, const IntSize&
viewSize
);
51
static bool areRectsMoreThanFullScreenApart(FocusDirection direction, const IntRect& curRect, const IntRect& targetRect, const IntSize&
viewSize
);
98
static RectsAlignment alignmentForRects(FocusDirection direction, const IntRect& curRect, const IntRect& targetRect, const IntSize&
viewSize
)
101
if (areRectsMoreThanFullScreenApart(direction, curRect, targetRect,
viewSize
))
243
static bool areRectsMoreThanFullScreenApart(FocusDirection direction, const IntRect& curRect, const IntRect& targetRect, const IntSize&
viewSize
)
249
return curRect.x() - targetRect.maxX() >
viewSize
.width();
251
return targetRect.x() - curRect.maxX() >
viewSize
.width();
253
return curRect.y() - targetRect.maxY() >
viewSize
.height();
255
return targetRect.y() - curRect.maxY() >
viewSize
.height();
678
IntSize
viewSize
= candidate.visibleNode->document()->page()->mainFrame()->view()->visibleContentRect().size()
[
all
...]
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
scrollbar_render.cpp
94
trackInfo.trackInfo.scrollbar.
viewsize
= step;
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage_p.h
56
virtual WebCore::IntSize
viewSize
();
/external/quake/quake/src/WinQuake/
gl_screen.cpp
83
cvar_t scr_viewsize = CVAR3("
viewsize
","100", true);
271
// bound
viewsize
273
Cvar_Set ("
viewsize
","30");
275
Cvar_Set ("
viewsize
","120");
345
Cvar_SetValue ("
viewsize
",scr_viewsize.value+10);
359
Cvar_SetValue ("
viewsize
",scr_viewsize.value-10);
screen.cpp
33
cvar_t scr_viewsize = {"
viewsize
","100", true};
233
// bound
viewsize
235
Cvar_Set ("
viewsize
","30");
237
Cvar_Set ("
viewsize
","120");
289
Cvar_SetValue ("
viewsize
",scr_viewsize.value+10);
303
Cvar_SetValue ("
viewsize
",scr_viewsize.value-10);
/gdk/samples/quake/jni/
gl_screen.cpp
83
cvar_t scr_viewsize = CVAR3("
viewsize
","100", true);
271
// bound
viewsize
273
Cvar_Set ("
viewsize
","30");
275
Cvar_Set ("
viewsize
","120");
345
Cvar_SetValue ("
viewsize
",scr_viewsize.value+10);
359
Cvar_SetValue ("
viewsize
",scr_viewsize.value-10);
/frameworks/base/core/java/android/widget/
GridLayout.java
[
all
...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java
[
all
...]
Completed in 437 milliseconds
1
2
3