Searched defs:face (Results 251 - 275 of 520) sorted by relevance

<<11121314151617181920>>

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttload.c48 /* face :: A face object handle. */
72 tt_face_lookup_table( TT_Face face,
83 face,
89 entry = face->dir_tables;
90 limit = entry + face->num_tables;
101 TT_Table next = tt_face_get_nexttable(face->dir_tables, limit, entry);
134 /* face :: A face object handle. */
147 tt_face_goto_table( TT_Face face,
556 tt_face_load_generic_header( TT_Face face, FT_Stream stream, FT_ULong tag ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttdriver.c149 /* glyphs of the same face. */
152 /* face :: A handle to the source face object. */
180 TT_Face face = (TT_Face)ttface; local
181 SFNT_Service sfnt = (SFNT_Service)face->sfnt;
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
205 TT_Face face = (TT_Face) ttface; local
218 TT_Get_VMetrics( face, start + nn, &tsb, &ah );
230 TT_Get_HMetrics( face, start + nn, &lsb, &aw );
257 TT_Face ttface = (TT_Face)size->face;
361 FT_Face face = ttslot->face; local
[all...]
H A Dttobjs.c146 /* Compare the face with a list of well-known `tricky' fonts. */
214 tt_get_sfnt_checksum( TT_Face face, argument
218 if ( face->dir_tables[i].CheckSum )
219 return face->dir_tables[i].CheckSum;
222 if ( !face->goto_table )
225 if ( face->goto_table( face,
226 face->dir_tables[i].Tag,
227 face->root.stream,
231 return (FT_ULong)tt_synth_sfnt_checksum( face
439 TT_Face face = (TT_Face)ttface; local
514 TT_Face face = (TT_Face)ttface; local
684 TT_Face face = (TT_Face)ttface; local
754 TT_Face face = (TT_Face)size->root.face; local
848 TT_Face face = (TT_Face)size->root.face; local
929 TT_Face face = (TT_Face)ftsize->face; local
974 TT_Face face = (TT_Face)ftsize->face; local
1075 TT_Face face = (TT_Face)size->root.face; local
1184 TT_Face face; local
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp86 CFX_ByteString face = facearr; local
87 if (face.Find("Gothic") >= 0 || face.Find("\x83\x53\x83\x56\x83\x62\x83\x4e") >= 0) {
88 if (face.Find("PGothic") >= 0 || face.Find("\x82\x6f\x83\x53\x83\x56\x83\x62\x83\x4e") >= 0) {
93 } else if (face.Find("Mincho") >= 0 || face.Find("\x96\xbe\x92\xa9") >= 0) {
94 if (face.Find("PMincho") >= 0 || face.Find("\x82\x6f\x96\xbe\x92\xa9") >= 0) {
107 CFX_ByteString face local
[all...]
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.cpp184 SkTypeface* face = SkTypeface::CreateFromStream(skStream); local
186 if (face == NULL) {
191 face->ref();
193 return new SkPdfStandardFont(face);
/external/skia/gm/
H A Dgammatext.cpp57 extern CTFontRef SkTypeface_GetCTFontRef(const SkTypeface* face);
59 static CGFontRef typefaceToCGFont(const SkTypeface* face) { argument
60 if (NULL == face) {
64 CTFontRef ct = SkTypeface_GetCTFontRef(face);
/external/skia/src/core/
H A DSkFontHost.cpp170 SkTypeface* SkFontMgr::matchFaceStyle(const SkTypeface* face, argument
172 return this->onMatchFaceStyle(face, fs);
H A DSkTypeface.cpp109 uint32_t SkTypeface::UniqueID(const SkTypeface* face) { argument
110 if (NULL == face) {
111 face = GetDefaultTypeface();
113 return face->uniqueID();
249 // in which case they just want to know if this face can possibly support
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp314 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream); variable
315 return face;
H A DSkGScalerContext.cpp38 SkGScalerContext::SkGScalerContext(SkGTypeface* face, const SkDescriptor* desc) argument
39 : SkScalerContext(face, desc)
40 , fFace(face)
61 fProxy = face->proxy()->createScalerContext(newDesc);
/external/skia/tests/
H A DFontHostTest.cpp35 static void test_unitsPerEm(skiatest::Reporter* reporter, SkTypeface* face) { argument
36 int nativeUPEM = face->getUnitsPerEm();
39 size_t size = face->getTableSize(kFontTableTag_head);
43 face->getTableData(kFontTableTag_head, 18, sizeof(rawUPEM), &rawUPEM);
54 static void test_countGlyphs(skiatest::Reporter* reporter, SkTypeface* face) { argument
55 int nativeGlyphs = face->countGlyphs();
58 size_t size = face->getTableSize(kFontTableTag_maxp);
62 face->getTableData(kFontTableTag_maxp, 4, sizeof(rawGlyphs), &rawGlyphs);
89 static void test_charsToGlyphs(skiatest::Reporter* reporter, SkTypeface* face) { argument
97 paint.setTypeface(face);
168 test_tables(skiatest::Reporter* reporter, SkTypeface* face) argument
[all...]
H A DPaintTest.cpp84 SkTypeface* face = paint.getTypeface(); local
103 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);
/external/chromium_org/content/browser/renderer_host/
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/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.cpp175 AtomicString face; local
178 face = AtomicString(contentValue->getStringValue());
182 face = settings->genericFontFamilySettings().standard();
185 face = FontFamilyNames::webkit_serif;
189 face = FontFamilyNames::webkit_sans_serif;
193 face = FontFamilyNames::webkit_cursive;
197 face = FontFamilyNames::webkit_fantasy;
201 face = FontFamilyNames::webkit_monospace;
205 face = FontFamilyNames::webkit_pictograph;
213 if (!face
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Daftypes.h183 FT_Face face; /* source font face */ member in struct:AF_ScalerRec_
213 * - A set of Unicode ranges to test whether the face supports the
267 FT_Face face );
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffobjs.c61 CFF_Face face = (CFF_Face)size->root.face; local
62 CFF_Font font = (CFF_Font)face->extra.data;
67 module = FT_Get_Module( size->root.face->driver->root.library,
79 CFF_Face face = (CFF_Face)size->root.face; local
80 CFF_Font font = (CFF_Font)face->extra.data;
166 CFF_Face face = (CFF_Face)cffsize->face; local
167 CFF_Font font = (CFF_Font)face
225 CFF_Face face = (CFF_Face)size->face; local
352 CFF_Face face = (CFF_Face)slot->face; local
488 CFF_Face face = (CFF_Face)cffface; local
1025 CFF_Face face = (CFF_Face)cffface; local
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttsubpix.c818 sph_test_tweak( TT_Face face,
839 FT_Get_Char_Index( (FT_Face)face,
849 scale_test_tweak( TT_Face face, argument
870 FT_Get_Char_Index( (FT_Face)face,
880 sph_test_tweak_x_scaling( TT_Face face,
886 return scale_test_tweak( face, family, ppem, style, glyph_index,
892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
897 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
906 TT_Face face = (TT_Face)loader->face; local
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh35 #include "hb-face-private.hh"
98 hb_face_t *face; member in struct:hb_font_t
405 inline hb_position_t em_scale (int16_t v, int scale) { return (hb_position_t) (v * (int64_t) scale / face->get_upem ()); }
H A Dhb-graphite2.cc38 HB_SHAPER_DATA_ENSURE_DECLARE(graphite2, face)
43 * shaper face data
53 hb_face_t *face; member in struct:hb_graphite2_shaper_face_data_t
73 blob = face_data->face->reference_table (tag);
96 _hb_graphite2_shaper_face_data_create (hb_face_t *face) argument
98 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
112 data->face = face;
142 hb_graphite2_face_get_gr_face (hb_face_t *face) argument
144 if (unlikely (!hb_graphite2_shaper_face_data_ensure (face))) retur
222 hb_face_t *face = font->face; local
[all...]
H A Dhb-ot-shape-complex-myanmar.cc308 hb_face_t *face,
403 hb_face_t *face,
408 initial_reordering_consonant_syllable (plan, face, buffer, start, end);
413 hb_face_t *face HB_UNUSED,
423 hb_face_t *face HB_UNUSED,
434 hb_face_t *face,
440 case consonant_syllable: initial_reordering_consonant_syllable (plan, face, buffer, start, end); return;
441 case punctuation_cluster: initial_reordering_punctuation_cluster (plan, face, buffer, start, end); return;
442 case broken_cluster: initial_reordering_broken_cluster (plan, face, buffer, start, end); return;
443 case non_myanmar_cluster: initial_reordering_non_myanmar_cluster (plan, face, buffe
307 initial_reordering_consonant_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
402 initial_reordering_broken_cluster(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
433 initial_reordering_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c615 uint face = quad->input.facing; local
618 /* single-sided stencil test, use front (face=0) state */
619 face = 0;
622 /* 0 = front-face, 1 = back-face */
623 assert(face == 0 || face == 1);
625 /* choose front or back face function, operator, etc */
627 func = softpipe->depth_stencil->stencil[face].func;
628 failOp = softpipe->depth_stencil->stencil[face]
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.c122 * image (determined by \p face and \p level).
128 GLuint face, GLuint level, GLuint* curOffset)
140 lvl->faces[face].offset = *curOffset;
144 "%s(%p) level %d, face %d: rs:%d %dx%d at %d\n",
146 level, face,
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
161 GLuint curOffset, i, face, level; local
166 for(face = 0; face < mt->faces; face
127 compute_tex_image_offset(radeonContextPtr rmesa, radeon_mipmap_tree *mt, GLuint face, GLuint level, GLuint* curOffset) argument
390 radeon_miptree_image_offset(radeon_mipmap_tree *mt, GLuint face, GLuint level) argument
402 migrate_image_to_miptree(radeon_mipmap_tree *mt, radeon_texture_image *image, int face, int level) argument
573 unsigned face, level; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c122 * image (determined by \p face and \p level).
128 GLuint face, GLuint level, GLuint* curOffset)
140 lvl->faces[face].offset = *curOffset;
144 "%s(%p) level %d, face %d: rs:%d %dx%d at %d\n",
146 level, face,
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
161 GLuint curOffset, i, face, level; local
166 for(face = 0; face < mt->faces; face
127 compute_tex_image_offset(radeonContextPtr rmesa, radeon_mipmap_tree *mt, GLuint face, GLuint level, GLuint* curOffset) argument
390 radeon_miptree_image_offset(radeon_mipmap_tree *mt, GLuint face, GLuint level) argument
402 migrate_image_to_miptree(radeon_mipmap_tree *mt, radeon_texture_image *image, int face, int level) argument
573 unsigned face, level; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddebug.c272 * \param face cube face in [0,5]
277 GLuint face, GLuint level)
279 struct gl_texture_image *img = texObj->Image[face][level];
295 _mesa_snprintf(s, sizeof(s), "/tmp/tex%u.l%u.f%u.ppm", texObj->Name, level, face);
276 write_texture_image(struct gl_texture_object *texObj, GLuint face, GLuint level) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_texture.c206 * Map a texture image and return the address for a particular 2D face/slice/
207 * layer. The stImage indicates the cube face and mipmap level. The slice
295 GLuint face,
315 dst_transfer = pipe_get_transfer(st->pipe, dst, level, face + i,
372 GLuint face)
385 * cube map face which was set up with mismatched texture sizes.
398 for (i = face; i < face + depth; i++) {
293 st_texture_image_data(struct st_context *st, struct pipe_resource *dst, GLuint face, GLuint level, void *src, GLuint src_row_stride, GLuint src_image_stride) argument
369 st_texture_image_copy(struct pipe_context *pipe, struct pipe_resource *dst, GLuint dstLevel, struct pipe_resource *src, GLuint srcLevel, GLuint face) argument

Completed in 4251 milliseconds

<<11121314151617181920>>