OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_scaleFactor
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
SincResampler.h
55
double
m_scaleFactor
;
SincResampler.cpp
69
:
m_scaleFactor
(scaleFactor)
91
double sincScaleFactor =
m_scaleFactor
> 1.0 ? 1.0 /
m_scaleFactor
: 1.0;
158
unsigned numberOfDestinationFrames = static_cast<unsigned>(numberOfSourceFrames /
m_scaleFactor
);
323
m_virtualSourceIndex +=
m_scaleFactor
;
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h
253
FloatSize
m_scaleFactor
;
MediaPlayerPrivateAVFoundation.cpp
58
,
m_scaleFactor
(1, 1)
/external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h
198
FloatSize
m_scaleFactor
;
MediaPlayerPrivateQTKit.mm
223
,
m_scaleFactor
(1, 1)
891
return IntSize(naturalSize.width() *
m_scaleFactor
.width(), naturalSize.height() *
m_scaleFactor
.height());
[
all
...]
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 1690 milliseconds