OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm
99
NSSize
finalSize
= size;
100
if (
finalSize
.width < 0)
101
finalSize
.width = -
finalSize
.width;
102
if (
finalSize
.height < 0)
103
finalSize
.height = -
finalSize
.height;
104
return
finalSize
;
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h
149
// static const std::size_t
finalSize
: number of bytes per output vertex
159
static const std::size_t
finalSize
= WidenRule::finalWidth * sizeof(OutputType);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.cpp
503
Converter<type, norm, size, preferred>::
finalSize
, \
[
all
...]
Completed in 258 milliseconds