OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tracksize
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/html/shadow/
SliderThumbElement.cpp
123
int
trackSize
;
127
trackSize
= input->renderBox()->contentHeight() - renderBox()->height();
131
trackSize
= input->renderBox()->contentWidth() - renderBox()->width();
135
position = max(0, min(position,
trackSize
));
140
double fraction = static_cast<double>(position) /
trackSize
;
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm
680
CGSize
trackSize
= [track naturalSize];
681
CGRect trackRect = CGRectMake(0, 0,
trackSize
.width,
trackSize
.height);
/external/opencv/cvaux/include/
cvvidsurv.hpp
550
CvBlobTrackSeq(int
TrackSize
= sizeof(CvBlobTrack))
553
m_pSeq = cvCreateSeq(0,sizeof(CvSeq),
TrackSize
,m_pMem);
[
all
...]
/external/libmtp/
ChangeLog
[
all
...]
Completed in 57 milliseconds