Searched defs:face (Results 1 - 25 of 520) sorted by path

1234567891011>>

/external/chromium_org/content/browser/renderer_host/
H A Dfont_utils_linux.cc119 int MatchFontFaceWithFallback(const std::string& face, argument
128 pattern, FC_FAMILY, reinterpret_cast<const FcChar8*>(face.c_str()));
H A Dsandbox_ipc_linux.cc384 std::string face; local
388 if (!pickle.ReadString(&iter, &face) || face.empty() ||
397 face, is_bold, is_italic, charset, fallback_family);
/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.cc115 int MatchFontWithFallback(const std::string& face, argument
124 request.WriteString(face);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h437 void GLES2StencilFuncSeparate(GLenum face, argument
441 gles2::GetGLContext()->StencilFuncSeparate(face, func, ref, mask);
446 void GLES2StencilMaskSeparate(GLenum face, GLuint mask) { argument
447 gles2::GetGLContext()->StencilMaskSeparate(face, mask);
452 void GLES2StencilOpSeparate(GLenum face, argument
456 gles2::GetGLContext()->StencilOpSeparate(face, fail, zfail, zpass);
H A Dgles2_cmd_helper_autogen.h976 void StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) { argument
980 c->Init(face, func, ref, mask);
991 void StencilMaskSeparate(GLenum face, GLuint mask) { argument
995 c->Init(face, mask);
1006 void StencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass) { argument
1010 c->Init(face, fail, zfail, zpass);
H A Dgles2_implementation_impl_autogen.h1145 void GLES2Implementation::StencilFuncSeparate(GLenum face, argument
1151 << GLES2Util::GetStringFaceType(face) << ", "
1154 helper_->StencilFuncSeparate(face, func, ref, mask);
1165 void GLES2Implementation::StencilMaskSeparate(GLenum face, GLuint mask) { argument
1168 << GLES2Util::GetStringFaceType(face) << ", " << mask
1170 helper_->StencilMaskSeparate(face, mask);
1184 void GLES2Implementation::StencilOpSeparate(GLenum face, argument
1190 << GLES2Util::GetStringFaceType(face) << ", "
1194 helper_->StencilOpSeparate(face, fail, zfail, zpass);
H A Dgles2_trace_implementation_impl_autogen.h679 void GLES2TraceImplementation::StencilFuncSeparate(GLenum face, argument
684 gl_->StencilFuncSeparate(face, func, ref, mask);
692 void GLES2TraceImplementation::StencilMaskSeparate(GLenum face, GLuint mask) { argument
694 gl_->StencilMaskSeparate(face, mask);
704 void GLES2TraceImplementation::StencilOpSeparate(GLenum face, argument
709 gl_->StencilOpSeparate(face, fail, zfail, zpass);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h4687 face = _face;
4699 uint32_t face; member in struct:StencilFuncSeparate
4709 COMPILE_ASSERT(offsetof(StencilFuncSeparate, face) == 4,
4764 face = _face;
4774 uint32_t face; member in struct:StencilMaskSeparate
4782 COMPILE_ASSERT(offsetof(StencilMaskSeparate, face) == 4,
4839 face = _face;
4855 uint32_t face; member in struct:StencilOpSeparate
4865 COMPILE_ASSERT(offsetof(StencilOpSeparate, face) == 4,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc4395 GLenum face = GL_TEXTURE_CUBE_MAP_POSITIVE_X + i; local
4396 if (!texture_manager()->ClearTextureLevel(this, texture_ref, face, 0)) {
H A Dgles2_cmd_decoder_autogen.h1690 GLenum face = static_cast<GLenum>(c.face); local
1694 if (!validators_->face_type.IsValid(face)) {
1695 LOCAL_SET_GL_ERROR_INVALID_ENUM("glStencilFuncSeparate", face, "face");
1703 if (face == GL_FRONT || face == GL_FRONT_AND_BACK) {
1708 if (face == GL_BACK || face == GL_FRONT_AND_BACK) {
1714 if (face
1750 GLenum face = static_cast<GLenum>(c.face); local
1818 GLenum face = static_cast<GLenum>(c.face); local
[all...]
H A Dgles2_cmd_decoder_unittest_drawing.cc2113 GLenum face = faces[ii]; local
2115 (face == GL_TEXTURE_CUBE_MAP_NEGATIVE_Y) ? 0 : kSharedMemoryId;
2117 (face == GL_TEXTURE_CUBE_MAP_NEGATIVE_Y) ? 0 : kSharedMemoryOffset;
2118 DoTexImage2D(face,
2128 DoTexImage2D(face,
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc951 GLenum face,
957 glStencilFuncSeparate(face, func, ref, mask);
968 void StencilMaskSeparate(PP_Resource context_id, GLenum face, GLuint mask) { argument
971 glStencilMaskSeparate(face, mask);
986 GLenum face,
992 glStencilOpSeparate(face, fail, zfail, zpass);
950 StencilFuncSeparate(PP_Resource context_id, GLenum face, GLenum func, GLint ref, GLuint mask) argument
985 StencilOpSeparate(PP_Resource context_id, GLenum face, GLenum fail, GLenum zfail, GLenum zpass) argument
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc133 const char* face; member in struct:chrome_pdf::__anon9855::PDFFontSubstitution
205 int charset, int pitch_family, const char* face, int* exact) {
216 if (strcmp(face, "Symbol") == 0)
228 if (strcmp(face, PDFFontSubstitutions[i].pdf_name) == 0) {
229 description.set_face(PDFFontSubstitutions[i].face);
239 // TODO(kochi): Pass the face in UTF-8. If face is not encoded in UTF-8,
241 description.set_face(face);
204 MapFont(struct _FPDF_SYSFONTINFO*, int weight, int italic, int charset, int pitch_family, const char* face, int* exact) argument
/external/chromium_org/ppapi/c/dev/
H A Dppb_font_dev.h77 * Font face name as a string. This can also be an undefined var, in which
78 * case the generic family will be obeyed. If the face is not available on
82 struct PP_Var face; member in struct:PP_FontDescription_Dev
84 * When Create()ing a font and the face is an undefined var, the family
85 * specifies the generic font family type to use. If the face is specified,
89 * the font was created. In other words, if you specify a face name, the
/external/chromium_org/ppapi/c/private/
H A Dppb_pdf.h82 const char* face; member in struct:PP_PrivateFontFileDescription
/external/chromium_org/ppapi/c/trusted/
H A Dppb_browser_font_trusted.h79 * Font face name as a string. This can also be an undefined var, in which
80 * case the generic family will be obeyed. If the face is not available on
84 struct PP_Var face; member in struct:PP_BrowserFont_Trusted_Description
86 * When Create()ing a font and the face is an undefined var, the family
87 * specifies the generic font family type to use. If the face is specified,
91 * the font was created. In other words, if you specify a face name, the
/external/chromium_org/ppapi/cpp/dev/
H A Dfont_dev.h37 Var face() const { return face_; } function in class:pp::FontDescription_Dev
38 void set_face(const Var& face) { argument
39 face_ = face;
40 pp_font_description_.face = face_.pp_var();
71 Var face_; // Manages memory for pp_font_description_.face
/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.h35 Var face() const { return face_; } function in class:pp::BrowserFontDescription
36 void set_face(const Var& face) { argument
37 face_ = face;
38 pp_font_description_.face = face_.pp_var();
77 Var face_; // Manages memory for pp_font_description_.face
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c630 glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) { argument
632 glGetCurrentContextPPAPI(), face, func, ref, mask); local
639 void GL_APIENTRY glStencilMaskSeparate(GLenum face, GLuint mask) { argument
641 glGetCurrentContextPPAPI(), face, mask); local
650 glStencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass) { argument
652 glGetCurrentContextPPAPI(), face, fail, zfail, zpass); local
/external/chromium_org/ppapi/proxy/
H A Dserialized_structs.h33 // face name.
40 // The reference of |face| owned by the PP_FontDescription_Dev will be
46 // Converts to a PP_FontDescription_Dev. The face name will have one ref
52 std::string face; member in struct:ppapi::proxy::SerializedFontDescription
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc964 GLenum face,
970 ToGles2Impl(&enter)->StencilFuncSeparate(face, func, ref, mask);
981 void StencilMaskSeparate(PP_Resource context_id, GLenum face, GLuint mask) { argument
984 ToGles2Impl(&enter)->StencilMaskSeparate(face, mask);
999 GLenum face,
1005 ToGles2Impl(&enter)->StencilOpSeparate(face, fail, zfail, zpass);
963 StencilFuncSeparate(PP_Resource context_id, GLenum face, GLenum func, GLint ref, GLuint mask) argument
998 StencilOpSeparate(PP_Resource context_id, GLenum face, GLenum fail, GLenum zfail, GLenum zpass) argument
/external/chromium_org/skia/ext/
H A DSkTypeface_fake.cpp9 uint32_t SkTypeface::UniqueID(const SkTypeface* face) argument
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSource.h49 void setFontFace(CSSFontFace* face) { m_face = face; } argument
67 RawPtrWillBeMember<CSSFontFace> m_face; // Our owning font face.
H A DCSSFontSelector.cpp131 if (CSSSegmentedFontFace* face = m_fontFaceCache.get(fontDescription, familyName))
132 return face->getFontData(fontDescription);
144 CSSSegmentedFontFace* face = m_fontFaceCache.get(fontDescription, family); local
145 if (face)
146 face->willUseFontData(fontDescription, character);
H A DFontFaceSet.cpp382 FontFace* face = fontFaces[i].get(); local
384 callback->handleItem(*thisArg, face, face, const_cast<FontFaceSet*>(this));
386 callback->handleItem(face, face, const_cast<FontFaceSet*>(this));
476 CSSSegmentedFontFace* face = fontFaceCache->get(font.fontDescription(), f->family()); local
477 if (face) {
478 if (!face->checkFont(text))

Completed in 5825 milliseconds

1234567891011>>