HomeSort by relevance Sort by last modified time
    Searched refs:_context (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineEventOverview.js 46 this._fillStyles[category] = WebInspector.TimelineUIUtils.createFillStyleForCategory(this._context, 0, WebInspector.TimelineEventOverview._stripGradientHeight, categories[category]);
50 this._disabledCategoryFillStyle = WebInspector.TimelineUIUtils.createFillStyle(this._context, 0, WebInspector.TimelineEventOverview._stripGradientHeight,
81 this._context.fillStyle = "rgba(0, 0, 0, 0.05)";
83 this._context.fillRect(0.5, i * stripHeight + 0.5, this._canvas.width, stripHeight);
139 this._context.save();
140 this._context.translate(x, y);
141 this._context.beginPath();
142 this._context.scale(1, innerStripHeight / WebInspector.TimelineEventOverview._stripGradientHeight);
143 this._context.fillStyle = category.hidden ? this._disabledCategoryFillStyle : this._fillStyles[category.name];
144 this._context.fillRect(0, 0, width, WebInspector.TimelineEventOverview._stripGradientHeight)
    [all...]
TimelineFrameOverview.js 55 this._fillStyles[category] = WebInspector.TimelineUIUtils.createFillStyleForCategory(this._context, this._maxInnerBarWidth, 0, categories[category]);
57 this._frameTopShadeGradient = this._context.createLinearGradient(0, 0, 0, this._topPadding);
94 this._context.save();
97 this._context.fillStyle = this._frameTopShadeGradient;
98 this._context.fillRect(0, 0, this._canvas.width, this._topPadding);
100 this._context.restore();
191 this._context.save();
192 this._context.beginPath();
193 this._context.font = (10 * window.devicePixelRatio) + "px " + window.getComputedStyle(this.element, null).getPropertyValue("font-family");
194 this._context.textAlign = "right"
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 172 _context = context;
174 CGContextRetain(_context);
183 CGImageRef image = CGBitmapContextCreateImage(_context);
197 CGAffineTransform ctm = CGContextGetCTM(_context);
198 CGContextSaveGState(_context);
204 CGContextTranslateCTM(_context, -offset_x, -offset_y);
205 CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x, _height + offset_y));
212 CGContextRestoreGState(_context);
215 CGContextRestoreGState(_context);
217 if (_context) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioTrack.java 26 private Context _context; field in class:WebRtcAudioTrack
96 if (_audioManager == null && _context != null) {
98 _context.getSystemService(Context.AUDIO_SERVICE);
215 if (_audioManager == null && _context != null) {
217 _context.getSystemService(Context.AUDIO_SERVICE);
265 if (_audioManager == null && _context != null) {
267 _context.getSystemService(Context.AUDIO_SERVICE);
285 if (_audioManager == null && _context != null) {
287 _context.getSystemService(Context.AUDIO_SERVICE);
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_view.mm 21 EAGLContext* _context;
92 _context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
94 if (!_context) {
98 if (![EAGLContext setCurrentContext:_context]) {
109 [_context renderbufferStorage:GL_RENDERBUFFER
133 if (![_context presentRenderbuffer:GL_RENDERBUFFER]) {
146 if (![EAGLContext setCurrentContext:_context]) {
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmametadatapass.py 195 self._context = None
201 return EcmaContext(type, self._token, self._context)
213 self._context = self._CreateContext(type)
224 top_context = self._context
226 self._context = top_context.parent
227 if self._context:
249 if self._context.type == EcmaContext.IMPLIED_BLOCK:
266 if self._context.type in EcmaContext.BLOCK_TYPES:
272 parent = self._context.parent
276 elif self._context.type == EcmaContext.ARRAY_LITERAL
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmametadatapass.py 195 self._context = None
201 return EcmaContext(type, self._token, self._context)
213 self._context = self._CreateContext(type)
224 top_context = self._context
226 self._context = top_context.parent
227 if self._context:
249 if self._context.type == EcmaContext.IMPLIED_BLOCK:
266 if self._context.type in EcmaContext.BLOCK_TYPES:
272 parent = self._context.parent
276 elif self._context.type == EcmaContext.ARRAY_LITERAL
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScreencastView.js 88 this._context = this._canvasElement.getContext("2d");
89 this._checkerboardPattern = this._createCheckerboardPattern(this._context);
616 this._context.save();
617 this._context.scale(window.devicePixelRatio, window.devicePixelRatio);
620 this._context.save();
621 this._context.fillStyle = this._checkerboardPattern;
622 this._context.fillRect(0, 0, this._canvasElement.offsetWidth, this._screenOffsetTop * this._screenZoom);
623 this._context.fillRect(0, this._screenOffsetTop * this._screenZoom + this._imageElement.naturalHeight * this._imageZoom, this._canvasElement.offsetWidth, this._canvasElement.offsetHeight);
624 this._context.restore();
627 this._context.save()
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
AccountServiceProxy.java 31 public AccountServiceProxy(Context _context) {
32 super(_context, getIntentForEmailPackage(_context, "ACCOUNT_INTENT"));
EmailServiceProxy.java 77 public EmailServiceProxy(Context _context, Class<?> _class) {
78 super(_context, new Intent(_context, _class));
79 TempDirectory.setTempDirectory(_context);
85 public EmailServiceProxy(Context _context, Intent _intent) {
86 super(_context, _intent);
88 Device.getDeviceId(_context);
91 TempDirectory.setTempDirectory(_context);
PolicyServiceProxy.java 34 public PolicyServiceProxy(Context _context) {
35 super(_context, getIntentForEmailPackage(_context, "POLICY_INTENT"));
ServiceProxy.java 90 public ServiceProxy(Context _context, Intent _intent) {
91 mContext = _context;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm 163 EAGLContext* _context;
165 NSOpenGLContext* _context;
195 _context = context;
219 [_context flushBuffer];
264 NSAssert(_context, @"context shouldn't be nil");
266 if ([EAGLContext currentContext] != _context) {
267 [EAGLContext setCurrentContext:_context];
270 if ([NSOpenGLContext currentContext] != _context) {
271 [_context makeCurrentContext];
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.h 61 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
  /external/mesa3d/src/egl/main/
egldriver.h 61 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
  /external/chromium_org/remoting/ios/ui/
host_view_controller.h 51 EAGLContext* _context; variable
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c     [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_backend.py 36 self._context = context
77 if c['id'] == self._context['id']:
87 return self._context['webSocketDebuggerUrl']
222 return self._context['id'] in [c['id'] for c in contexts]
  /external/libunwind/doc/
unw_getcontext.tex 15 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*}\Var{ucp});\\
31 On IA-64, \Type{unw\_context\_t} has a layout that is compatible with
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 857 galahad_context_get_transfer(struct pipe_context *_context,
863 struct galahad_context *glhd_context = galahad_context(_context);
889 galahad_context_transfer_map(struct pipe_context *_context,
892 struct galahad_context *glhd_context = galahad_context(_context);
908 galahad_context_transfer_flush_region(struct pipe_context *_context,
912 struct galahad_context *glhd_context = galahad_context(_context);
924 galahad_context_transfer_unmap(struct pipe_context *_context,
927 struct galahad_context *glhd_context = galahad_context(_context);
946 galahad_context_transfer_inline_write(struct pipe_context *_context,
955 struct galahad_context *glhd_context = galahad_context(_context);
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 857 galahad_context_get_transfer(struct pipe_context *_context,
863 struct galahad_context *glhd_context = galahad_context(_context);
889 galahad_context_transfer_map(struct pipe_context *_context,
892 struct galahad_context *glhd_context = galahad_context(_context);
908 galahad_context_transfer_flush_region(struct pipe_context *_context,
912 struct galahad_context *glhd_context = galahad_context(_context);
924 galahad_context_transfer_unmap(struct pipe_context *_context,
927 struct galahad_context *glhd_context = galahad_context(_context);
946 galahad_context_transfer_inline_write(struct pipe_context *_context,
955 struct galahad_context *glhd_context = galahad_context(_context);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 766 identity_context_get_transfer(struct pipe_context *_context,
772 struct identity_context *id_context = identity_context(_context);
798 identity_context_transfer_map(struct pipe_context *_context,
801 struct identity_context *id_context = identity_context(_context);
813 identity_context_transfer_flush_region(struct pipe_context *_context,
817 struct identity_context *id_context = identity_context(_context);
829 identity_context_transfer_unmap(struct pipe_context *_context,
832 struct identity_context *id_context = identity_context(_context);
843 identity_context_transfer_inline_write(struct pipe_context *_context,
852 struct identity_context *id_context = identity_context(_context);
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 766 identity_context_get_transfer(struct pipe_context *_context,
772 struct identity_context *id_context = identity_context(_context);
798 identity_context_transfer_map(struct pipe_context *_context,
801 struct identity_context *id_context = identity_context(_context);
813 identity_context_transfer_flush_region(struct pipe_context *_context,
817 struct identity_context *id_context = identity_context(_context);
829 identity_context_transfer_unmap(struct pipe_context *_context,
832 struct identity_context *id_context = identity_context(_context);
843 identity_context_transfer_inline_write(struct pipe_context *_context,
852 struct identity_context *id_context = identity_context(_context);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
PaintProfilerView.js 44 this._context = this._canvas.getContext("2d");
121 this._context.fillStyle = "rgba(110, 180, 110, 0.7)";
134 this._context.fillRect(x, y, this._innerBarWidth, height);

Completed in 1852 milliseconds

1 2