HomeSort by relevance Sort by last modified time
    Searched refs:_thumb (Results 1 - 2 of 2) sorted by null

  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.h 59 CGImageRef _thumb; variable
MovieControllerLayer.m 88 _thumb = createImageNamed(@"Thumb");
103 CGImageRelease(_thumb);
135 CGFloat x = fraction * (CGRectGetWidth(sliderRect) - CGImageGetWidth(_thumb));
138 CGImageGetWidth(_thumb), CGImageGetHeight(_thumb));
155 CGContextDrawImage(context, sliderThumbRect, _thumb);

Completed in 502 milliseconds