Searched refs:shadow (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp35 INIT_LOGD(" Setting drop shadow cache size to %sMB", property);
38 INIT_LOGD(" Using default drop shadow cache size of %.2fMB",
110 FontRenderer::DropShadow shadow = mRenderer->renderDropShadow(paint, text, 0, local
114 texture->left = shadow.penX;
115 texture->top = shadow.penY;
116 texture->width = shadow.width;
117 texture->height = shadow.height;
121 const uint32_t size = shadow.width * shadow.height;
138 GL_ALPHA, GL_UNSIGNED_BYTE, shadow
[all...]
H A DOpenGLRenderer.cpp2107 const ShadowTexture* shadow = mCaches.dropShadowCache.get( local
2109 const AutoTexture autoCleanup(shadow);
2111 const float sx = oldX - shadow->left + mShadowDx;
2112 const float sy = oldY - shadow->top + mShadowDy;
2128 setupDrawModelView(sx, sy, sx + shadow->width, sy + shadow->height);
2129 setupDrawTexture(shadow->id);
2300 // Drop shadow
/frameworks/base/services/camera/libcameraservice/
H A DFakeCamera.h52 void drawSquare(uint16_t *buffer, int x, int y, int size, int color, int shadow);
H A DFakeCamera.cpp32 // TODO: I think something is wrong in this class because the shadow is kBlue
362 void FakeCamera::drawSquare(uint16_t *dst, int x, int y, int size, int color, int shadow) argument
371 // Do the shadow.
375 sh[i] &= shadow;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DShirtPocket.java165 DragShadowBuilder shadow;
167 shadow = new DragShadowBuilder(this) {
178 shadow = new DragShadowBuilder(this);
181 startDrag(clip, shadow, null, 0);
213 DragShadowBuilder shadow;
215 shadow = new DragShadowBuilder(v) {
226 shadow = new DragShadowBuilder(mWindow.findViewById(R.id.preview));
229 v.startDrag(clip, shadow, null, 0);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css165 box-shadow: 2px 2px 3px #999;
166 -webkit-box-shadow: 2px 2px 3px #999;
167 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
422 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
424 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
428 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
432 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
451 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
455 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
460 -webkit-box-shadow
[all...]

Completed in 151 milliseconds