HomeSort by relevance Sort by last modified time
    Searched refs:mapper (Results 51 - 75 of 245) sorted by null

1 23 4 5 6 7 8 910

  /external/icu/icu4c/source/layout/
LEFontInstance.h 200 * <code>mapCharToGlyph(ch, mapper)</code> on each one. It also handles surrogate
210 * @param mapper - the character mapper.
218 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
223 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
226 * @param mapper - the character mapper
235 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
240 * method calls the mapper, and then calls <code>mapCharToGlyph(mappedCh)</code>.
243 * @param mapper - the character mappe
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
CursorObjectAdapter.java 104 public final void setMapper(CursorMapper mapper) {
105 boolean changed = mMapper != mapper;
106 mMapper = mapper;
115 * mapper is provided.
  /hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlane.h 119 virtual bool setDataBuffer(BufferMapper& mapper) = 0;
123 inline int findActiveBuffer(BufferMapper *mapper);
124 void updateActiveBuffers(BufferMapper *mapper);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlane.h 119 virtual bool setDataBuffer(BufferMapper& mapper) = 0;
123 inline bool isActiveBuffer(BufferMapper *mapper);
124 void updateActiveBuffers(BufferMapper *mapper);
  /dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java 154 * @param mapper {@code non-null;} mapping from old to new registers
156 public final void mapRegisters(RegisterMapper mapper) {
159 result = mapper.map(result);
161 mapSourceRegisters(mapper);
167 * @param mapper new mapping
169 abstract public void mapSourceRegisters(RegisterMapper mapper);
  /external/parameter-framework/parameter/
InstanceConfigurableElement.cpp 31 #include "Mapper.h"
70 bool CInstanceConfigurableElement::map(IMapper& mapper, std::string& strError)
76 if (bHasMappingData && !mapper.mapBegin(this, bKeepDiving, strError)) {
93 if (!pInstanceConfigurableChildElement->map(mapper, strError)) {
103 mapper.mapEnd();
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnCursorPlane.h 48 bool setDataBuffer(BufferMapper& mapper);
AnnRGBPlane.h 46 bool setDataBuffer(BufferMapper& mapper);
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.h 47 bool setDataBuffer(BufferMapper& mapper);
TngSpritePlane.cpp 37 bool TngSpritePlane::setDataBuffer(BufferMapper& mapper)
58 if (!PixelFormat::convertFormat(mapper.getFormat(), spriteFormat, bpp)) {
59 ETRACE("unsupported format %#x", mapper.getFormat());
64 srcX = mapper.getCrop().x;
65 srcY = mapper.getCrop().y;
66 stride = mapper.getStride().rgb.stride;
78 if (linoff > (stride * mapper.getHeight())) {
95 mContext.ctx.sp_ctx.surf = mapper.getGttOffsetInPage(0) << 12;
101 mContext.gtt_key = (uint64_t)mapper.getCpuAddress(0);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnCursorPlane.h 48 bool setDataBuffer(BufferMapper& mapper);
AnnRGBPlane.h 47 bool setDataBuffer(BufferMapper& mapper);
AnnOverlayPlane.cpp 166 bool AnnOverlayPlane::bufferOffsetSetup(BufferMapper& mapper)
176 uint32_t format = mapper.getFormat();
177 uint32_t gttOffsetInBytes = (mapper.getGttOffsetInPage(0) << 12);
191 uint32_t yStride = mapper.getStride().yuv.yStride;
192 uint32_t uvStride = mapper.getStride().yuv.uvStride;
193 uint32_t h = mapper.getHeight();
194 uint32_t srcX= mapper.getCrop().x;
195 uint32_t srcY= mapper.getCrop().y;
324 bool AnnOverlayPlane::coordinateSetup(BufferMapper& mapper)
328 uint32_t format = mapper.getFormat()
    [all...]
AnnRGBPlane.cpp 147 bool AnnRGBPlane::setDataBuffer(BufferMapper& mapper)
169 if (!PixelFormat::convertFormat(mapper.getFormat(), spriteFormat, bpp)) {
170 ELOGTRACE("unsupported format %#x", mapper.getFormat());
175 srcX = mapper.getCrop().x;
176 srcY = mapper.getCrop().y;
177 srcW = mapper.getWidth();
178 srcH = mapper.getHeight();
179 stride = mapper.getStride().rgb.stride;
182 linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1) * bpp
    [all...]
  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 204 ReferenceMap2Visitor mapper(soa.Self());
205 mapper.WalkStack();
  /dalvik/dx/src/com/android/dx/dex/code/
LocalSnapshot.java 100 public DalvInsn withMapper(RegisterMapper mapper) {
101 return new LocalSnapshot(getPosition(), mapper.map(locals));
LocalStart.java 102 public DalvInsn withMapper(RegisterMapper mapper) {
103 return new LocalStart(getPosition(), mapper.map(local));
  /external/marisa-trie/lib/marisa/
tail.h 16 void mmap(Mapper *mapper, const char *filename,
19 void map(Mapper &mapper);
vector-inline.h 21 void Vector<T>::mmap(Mapper *mapper, const char *filename,
23 MARISA_THROW_IF(mapper == NULL, MARISA_PARAM_ERROR);
24 Mapper temp_mapper;
27 temp_mapper.swap(mapper);
32 Mapper mapper(ptr, size);
33 map(mapper);
37 void Vector<T>::map(Mapper &mapper) {
    [all...]
tail.cc 30 void Tail::mmap(Mapper *mapper, const char *filename,
32 if (mapper == NULL) {
35 Mapper temp_mapper;
38 temp_mapper.swap(mapper);
42 Mapper mapper(ptr, size);
43 map(mapper);
46 void Tail::map(Mapper &mapper) {
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
tail.h 16 void mmap(Mapper *mapper, const char *filename,
19 void map(Mapper &mapper);
vector-inline.h 21 void Vector<T>::mmap(Mapper *mapper, const char *filename,
23 MARISA_ALPHA_THROW_IF(mapper == NULL, MARISA_ALPHA_PARAM_ERROR);
24 Mapper temp_mapper;
27 temp_mapper.swap(mapper);
32 Mapper mapper(ptr, size);
33 map(mapper);
37 void Vector<T>::map(Mapper &mapper) {
    [all...]
tail.cc 30 void Tail::mmap(Mapper *mapper, const char *filename,
32 if (mapper == NULL) {
35 Mapper temp_mapper;
38 temp_mapper.swap(mapper);
42 Mapper mapper(ptr, size);
43 map(mapper);
46 void Tail::map(Mapper &mapper) {
    [all...]
  /frameworks/base/libs/hwui/
AssetAtlas.h 85 Entry(SkPixelRef* pixelRef, Texture* texture, const UvMapper& mapper,
88 , uvMapper(mapper)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
errordocument.py 103 Middleware that lets you test a response against a custom mapper object to
115 ``mapper``
128 pass which will in turn be passed back to the custom mapper object.
150 StatusBasedForward(app, mapper=error_mapper),
155 def __init__(self, app, mapper, global_conf=None, **params):
165 self.mapper = mapper
182 new_url = self.mapper(
192 'redirect to in the StatusBasedForward mapper'
249 def custom_forward(app, mapper, global_conf=None, **kw)
    [all...]

Completed in 2327 milliseconds

1 23 4 5 6 7 8 910