Searched refs:blue (Results 51 - 75 of 473) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin2.c192 AF_LatinBlue blue; local
202 FT_TRACE5(( "blue zones computation\n"
213 FT_TRACE5(( "blue zone %d:\n", bb ));
352 * we couldn't find a single glyph to compute this blue zone,
360 /* now determine the reference and overshoot position of the blue -- */
365 blue = & axis->blues[axis->blue_count];
366 blue_ref = & blue->ref.org;
367 blue_shoot = & blue->shoot.org;
407 blue->flags = 0;
409 blue
551 AF_LatinBlue blue = NULL; local
633 AF_LatinBlue blue = &axis->blues[nn]; local
1418 AF_LatinBlue blue = latin->blues + bb; local
1860 AF_Width blue; local
[all...]
H A Dafcjk.c184 /* Each blue zone has two types of fill and unfill, this is, */
264 /* Calculate blue zones for all the CJK_BLUE_XXX's. */
281 AF_CJKBlue blue; local
302 /* (depending blue zone type etc.). */
304 FT_TRACE5(( "cjk blue zones computation\n" ));
325 FT_TRACE5(( "cjk blue %s/%s\n", cjk_blue_name[bb],
436 * we couldn't find a single glyph to compute this blue zone,
444 /* now determine the reference position of the blue -- */
454 blue = & axis->blues[axis->blue_count];
455 blue_ref = & blue
610 AF_CJKBlue blue = &axis->blues[nn]; local
1209 AF_CJKBlue blue = cjk->blues + bb; local
1697 AF_Width blue; local
[all...]
/external/freetype/src/autofit/
H A Daflatin2.c193 AF_LatinBlue blue; local
203 FT_TRACE5(( "blue zones computation\n"
214 FT_TRACE5(( "blue zone %d:\n", bb ));
353 * we couldn't find a single glyph to compute this blue zone,
361 /* now determine the reference and overshoot position of the blue -- */
366 blue = & axis->blues[axis->blue_count];
367 blue_ref = & blue->ref.org;
368 blue_shoot = & blue->shoot.org;
408 blue->flags = 0;
410 blue
552 AF_LatinBlue blue = NULL; local
634 AF_LatinBlue blue = &axis->blues[nn]; local
1419 AF_LatinBlue blue = latin->blues + bb; local
1861 AF_Width blue; local
[all...]
H A Dafcjk.c254 /* Find all blue zones. */
268 AF_CJKBlue blue; local
279 /* we walk over the blue character strings as specified in the */
283 FT_TRACE5(( "cjk blue zones computation\n"
310 FT_TRACE5(( "blue zone %d (%s):\n",
439 * we couldn't find a single glyph to compute this blue zone,
447 /* now determine the reference and overshoot position of the blue -- */
452 blue = &axis->blues[axis->blue_count];
453 blue_ref = &blue->ref.org;
454 blue_shoot = &blue
619 AF_CJKBlue blue = &axis->blues[nn]; local
1231 AF_CJKBlue blue = cjk->blues + bb; local
1740 AF_Width blue; local
[all...]
/external/chromium_org/gpu/command_buffer/tests/
H A Docclusion_query_unittest.cc118 static float blue[] = { 0.0f, 0.0f, 1.0f, 1.0f }; local
119 DrawRect(-0.125f, 0.1f, 0.25f, blue);
135 DrawRect(-0.125f, 0.1f, 0.25f, blue);
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableColor.cpp48 AnimatableColorImpl::AnimatableColorImpl(float red, float green, float blue, float alpha) argument
52 , m_blue(clampTo(blue, 0.0f, 1.0f))
60 , m_blue(color.blue() / 255.0f * m_alpha)
/external/chromium_org/third_party/skia/bench/
H A DTileBench.cpp20 float blue = 255.0f; local
24 *bm->getAddr32(0, y) = SkColorSetRGB(0, 0, (U8CPU) blue);
25 blue -= deltaB;
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h135 GLboolean blue,
138 cached_color_mask_blue == blue && cached_color_mask_alpha == alpha &&
143 cached_color_mask_blue = blue;
145 glColorMask(red, green, blue, alpha);
133 SetDeviceColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument
/external/chromium_org/ppapi/cpp/
H A Dcompositor_layer.h51 /// param[in] blue A <code>float</code> for the blue color component. It will
61 float blue,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js77 blue : 0.0,
86 this.blue = b;
94 result.blue = c1.blue + c2.blue;
104 result.blue = c1.blue + s;
116 result.blue = c1.blue - c2.blue;
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js77 blue : 0.0,
86 this.blue = b;
94 result.blue = c1.blue + c2.blue;
104 result.blue = c1.blue + s;
116 result.blue = c1.blue - c2.blue;
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js77 blue : 0.0,
86 this.blue = b;
94 result.blue = c1.blue + c2.blue;
104 result.blue = c1.blue + s;
116 result.blue = c1.blue - c2.blue;
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
H A DBMPImageReader.h245 unsigned blue,
248 m_buffer->setRGBA(m_coord.x(), m_coord.y(), red, green, blue, alpha);
259 unsigned blue,
263 setRGBA(red, green, blue, alpha);
243 setRGBA(unsigned red, unsigned green, unsigned blue, unsigned alpha) argument
256 fillRGBA(int endCoord, unsigned red, unsigned green, unsigned blue, unsigned alpha) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dclear.h38 GLclampf blue, GLclampf alpha );
/external/chromium_org/third_party/skia/gm/
H A Dcolorfilterimagefilter.cpp103 SkAutoTUnref<SkImageFilter> blue(make_mode_blue());
104 SkAutoTUnref<SkImageFilter> brightness(make_brightness(1.0f, blue));
111 SkAutoTUnref<SkImageFilter> blue(make_mode_blue(brightness));
112 paint.setImageFilter(blue);
/external/chromium_org/v8/benchmarks/
H A Draytrace.js82 blue : 0.0,
91 this.blue = b;
99 result.blue = c1.blue + c2.blue;
109 result.blue = c1.blue + s;
121 result.blue = c1.blue - c2.blue;
[all...]
/external/mesa3d/src/mesa/main/
H A Dclear.h38 GLclampf blue, GLclampf alpha );
/external/skia/gm/
H A Dcolorfilterimagefilter.cpp103 SkAutoTUnref<SkImageFilter> blue(make_mode_blue());
104 SkAutoTUnref<SkImageFilter> brightness(make_brightness(1.0f, blue));
111 SkAutoTUnref<SkImageFilter> blue(make_mode_blue(brightness));
112 paint.setImageFilter(blue);
/external/chromium_org/chrome/browser/resources/instant/
H A Dinstant.css48 color: blue;
/external/chromium_org/ppapi/c/
H A Dppb_compositor_layer.h92 * param[in] blue A <code>float</code> for the blue color component. It will
104 float blue,
240 float blue,
/external/chromium_org/ppapi/shared_impl/
H A Dcompositor_layer_data.h62 ColorLayer() : red(0.0f), green(0.0f), blue(0.0f), alpha(0.0f) {}
66 float blue; member in struct:ppapi::CompositorLayerData::ColorLayer
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_tri.c75 FixedToInt(span.green), FixedToInt(span.blue)); \
81 span.blue += span.blueStep; \
109 FixedToInt(span.green), FixedToInt(span.blue), \
115 span.blue += span.blueStep; \
144 FixedToInt(span.green), FixedToInt(span.blue), \
150 span.blue += span.blueStep; \
178 FixedToInt(span.green), FixedToInt(span.blue)); \
183 span.blue += span.blueStep; \
211 ptr->b = FixedToInt(span.blue); \
216 span.blue
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_tri.c75 FixedToInt(span.green), FixedToInt(span.blue)); \
81 span.blue += span.blueStep; \
109 FixedToInt(span.green), FixedToInt(span.blue), \
115 span.blue += span.blueStep; \
144 FixedToInt(span.green), FixedToInt(span.blue), \
150 span.blue += span.blueStep; \
178 FixedToInt(span.green), FixedToInt(span.blue)); \
183 span.blue += span.blueStep; \
211 ptr->b = FixedToInt(span.blue); \
216 span.blue
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A Dcolor.h17 FX_BOOL blue(OBJ_PROP_PARAMS);
60 JS_STATIC_PROP(blue, color);
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dpngshim.c74 unsigned int blue = base[2]; local
81 blue = multiply_alpha( alpha, blue );
84 base[0] = blue;
109 unsigned int blue = base[2]; local
112 base[0] = blue;

Completed in 815 milliseconds

1234567891011>>