Home
last modified time | relevance | path

Searched refs:curr (Results 1 – 25 of 112) sorted by relevance

12345

/external/webkit/WebCore/rendering/style/
DFillLayer.cpp131 FillLayer* curr; in fillUnsetProperties() local
132 for (curr = this; curr && curr->isImageSet(); curr = curr->next()) { } in fillUnsetProperties()
133 if (curr && curr != this) { in fillUnsetProperties()
135 for (FillLayer* pattern = this; curr; curr = curr->next()) { in fillUnsetProperties()
136 curr->m_image = pattern->m_image; in fillUnsetProperties()
138 if (pattern == curr || !pattern) in fillUnsetProperties()
143 for (curr = this; curr && curr->isXPositionSet(); curr = curr->next()) { } in fillUnsetProperties()
144 if (curr && curr != this) { in fillUnsetProperties()
146 for (FillLayer* pattern = this; curr; curr = curr->next()) { in fillUnsetProperties()
147 curr->m_xPosition = pattern->m_xPosition; in fillUnsetProperties()
[all …]
/external/webkit/WebCore/rendering/
DRenderLineBoxList.cpp87 for (InlineRunBox* curr = box; curr; curr = curr->nextLineBox()) in extractLineBox() local
88 curr->setExtracted(); in extractLineBox()
103 for (InlineFlowBox* curr = box; curr; curr = curr->nextFlowBox()) { in attachLineBox() local
104 curr->setExtracted(false); in attachLineBox()
105 last = curr; in attachLineBox()
132 for (InlineRunBox* curr = m_firstLineBox; curr; curr = next) { in deleteLineBoxes() local
133 next = curr->nextLineBox(); in deleteLineBoxes()
134 curr->destroy(arena); in deleteLineBoxes()
143 for (InlineRunBox* curr = firstLineBox(); curr; curr = curr->nextLineBox()) in dirtyLineBoxes() local
144 curr->dirtyLineBoxes(); in dirtyLineBoxes()
[all …]
DInlineFlowBox.cpp58 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in getFlowSpacingWidth() local
59 if (curr->isInlineFlowBox()) in getFlowSpacingWidth()
60 totWidth += static_cast<InlineFlowBox*>(curr)->getFlowSpacingWidth(); in getFlowSpacingWidth()
186 RenderObject* curr = endObject; in onEndChain() local
187 RenderObject* parent = curr->parent(); in onEndChain()
189 if (parent->lastChild() != curr || parent == renderer()) in onEndChain()
192 curr = parent; in onEndChain()
193 parent = curr->parent(); in onEndChain()
271 for (InlineBox* curr = firstChild(); curr; curr = curr->nextOnLine()) { in placeBoxesHorizontally() local
272 if (curr->renderer()->isText()) { in placeBoxesHorizontally()
[all …]
DRenderInline.cpp158 RenderBoxModelObject* curr = nextContinuation(this); in continuationBefore() local
161 while (curr) { in continuationBefore()
162 if (beforeChild && beforeChild->parent() == curr) { in continuationBefore()
163 if (curr->firstChild() == beforeChild) in continuationBefore()
165 return curr; in continuationBefore()
169 last = curr; in continuationBefore()
170 curr = nextContinuation(curr); in continuationBefore()
248 RenderBoxModelObject* curr = toRenderBoxModelObject(parent()); in splitInlines() local
257 while (curr && curr != fromBlock) { in splitInlines()
258 ASSERT(curr->isRenderInline()); in splitInlines()
[all …]
DRenderSVGInline.cpp62 for (InlineRunBox* curr = firstBox; curr; curr = curr->nextLineBox()) { in absoluteRects() local
63 FloatRect rect(xRef + curr->x(), yRef + curr->y(), curr->width(), curr->height()); in absoluteRects()
81 for (InlineRunBox* curr = firstBox; curr; curr = curr->nextLineBox()) { in absoluteQuads() local
82 FloatRect rect(xRef + curr->x(), yRef + curr->y(), curr->width(), curr->height()); in absoluteQuads()
DRenderText.cpp155 for (InlineRunBox* curr = box; curr; curr = curr->nextLineBox()) in extractTextBox() local
156 curr->setExtracted(); in extractTextBox()
171 for (InlineTextBox* curr = box; curr; curr = curr->nextTextBox()) { in attachTextBox() local
172 curr->setExtracted(false); in attachTextBox()
173 last = curr; in attachTextBox()
201 for (InlineTextBox* curr = firstTextBox(); curr; curr = next) { in deleteTextBoxes() local
202 next = curr->nextTextBox(); in deleteTextBoxes()
203 curr->destroy(arena); in deleteTextBoxes()
847 for (InlineTextBox* curr = firstTextBox(); curr; curr = curr->nextTextBox()) { in setTextWithOffset() local
849 if (curr->end() < offset) in setTextWithOffset()
[all …]
DRenderObject.cpp446 for (RenderObject* curr = obj->firstChild(); curr; curr = curr->nextSibling()) in addLayers() local
447 addLayers(curr, parentLayer, newObject, beforeChild); in addLayers()
470 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) in removeLayers() local
471 curr->removeLayers(parentLayer); in removeLayers()
488 for (RenderObject* curr = firstChild(); curr; curr = curr->nextSibling()) in moveLayers() local
489 curr->moveLayers(oldParent, newParent); in moveLayers()
507 for (RenderObject* curr = startPoint ? startPoint->nextSibling() : firstChild(); in findNextLayer() local
508 curr; curr = curr->nextSibling()) { in findNextLayer()
509 RenderLayer* nextLayer = curr->findNextLayer(parentLayer, 0, false); in findNextLayer()
530 const RenderObject* curr = this; in enclosingLayer() local
[all …]
/external/srec/seti/sltsEngine/src/
Dlinklist_impl.c138 list->curr = list->head; in Insert()
144 if(list->curr == NULL){ in Insert()
145 list->curr = list->tail; in Insert()
149 if(list->curr == list->tail){ in Insert()
151 newnode->prev = list->curr; in Insert()
153 (list->curr)->next = newnode; in Insert()
156 list->curr = newnode; in Insert()
160 }else if(list->curr == list->head){ in Insert()
167 list->curr = list->head; in Insert()
174 newnode->prev = list->curr; in Insert()
[all …]
/external/icu4c/stubdata/
Dicudt44l-zh.txt69 curr/res_index.res
70 curr/pool.res
71 curr/root.res
72 curr/supplementalData.res
73 curr/ar.res
74 curr/cs.res
75 curr/da.res
76 curr/dav.res
77 curr/de.res
78 curr/de_BE.res
[all …]
Dicudt44l-medium.txt176 curr/res_index.res
177 curr/pool.res
178 curr/supplementalData.res
179 curr/root.res
180 curr/ar.res
181 curr/cs.res
182 curr/da.res
183 curr/dav.res
184 curr/de.res
185 curr/de_BE.res
[all …]
Dicudt44l-large.txt194 curr/res_index.res
195 curr/pool.res
196 curr/supplementalData.res
197 curr/root.res
198 curr/ar.res
199 curr/bg.res
200 curr/ca.res
201 curr/cs.res
202 curr/da.res
203 curr/dav.res
[all …]
Dicudt44l-default.txt54 curr/res_index.res
55 curr/root.res
56 curr/pool.res
57 curr/supplementalData.res
58 curr/cs.res
59 curr/de.res
60 curr/de_BE.res
61 curr/de_LU.res
62 curr/en.res
63 curr/en_AU.res
[all …]
Dicudt44l-us-euro.txt60 curr/res_index.res
61 curr/root.res
62 curr/pool.res
63 curr/supplementalData.res
64 curr/cs.res
65 curr/de.res
66 curr/de_BE.res
67 curr/de_LU.res
68 curr/en.res
69 curr/en_AU.res
[all …]
Dicudt44l-us.txt40 curr/res_index.res
41 curr/pool.res
42 curr/root.res
43 curr/supplementalData.res
44 curr/en.res
45 curr/en_AU.res
46 curr/en_BE.res
47 curr/en_BW.res
48 curr/en_BZ.res
49 curr/en_CA.res
[all …]
Dicudt44l-us-japan.txt41 curr/res_index.res
42 curr/root.res
43 curr/pool.res
44 curr/supplementalData.res
45 curr/en.res
46 curr/en_AU.res
47 curr/en_BE.res
48 curr/en_BW.res
49 curr/en_BZ.res
50 curr/en_CA.res
[all …]
/external/openssl/crypto/x509v3/
Dpcy_tree.c97 X509_POLICY_LEVEL *curr) in tree_print() argument
104 if (!curr) in tree_print()
105 curr = tree->levels + tree->nlevel; in tree_print()
107 curr++; in tree_print()
109 BIO_printf(err, "Printing Up to Level %ld\n", curr - tree->levels); in tree_print()
110 for (plev = tree->levels; plev != curr; plev++) in tree_print()
310 static int tree_link_matching_nodes(X509_POLICY_LEVEL *curr, in tree_link_matching_nodes() argument
313 X509_POLICY_LEVEL *last = curr - 1; in tree_link_matching_nodes()
322 if (!level_add_node(curr, data, node, NULL)) in tree_link_matching_nodes()
329 if (!level_add_node(curr, data, last->anyPolicy, NULL)) in tree_link_matching_nodes()
[all …]
/external/openssl/ssl/
Dssl_ciph.c596 static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, in ll_append_tail() argument
599 if (curr == *tail) return; in ll_append_tail()
600 if (curr == *head) in ll_append_tail()
601 *head=curr->next; in ll_append_tail()
602 if (curr->prev != NULL) in ll_append_tail()
603 curr->prev->next=curr->next; in ll_append_tail()
604 if (curr->next != NULL) in ll_append_tail()
605 curr->next->prev=curr->prev; in ll_append_tail()
606 (*tail)->next=curr; in ll_append_tail()
607 curr->prev= *tail; in ll_append_tail()
[all …]
/external/bzip2/
Dformat.pl43 my ($prev, $curr, $str);
44 $prev = ''; $curr = '';
48 $prev = $curr;
49 $curr = $_;
54 $curr = join( '', $prev, "<![CDATA[", $curr );
58 elsif ( $curr =~ /<\/programlisting>|<\/screen>/ ) {
60 $curr = join( '', $prev, "]]>", $curr );
65 print OUTFILE $curr;
/external/skia/src/images/
DSkImageDecoder_Factory.cpp28 const DecodeReg* curr = DecodeReg::Head(); in Factory() local
29 while (curr) { in Factory()
30 SkImageDecoder* codec = curr->factory()(stream); in Factory()
37 curr = curr->next(); in Factory()
47 const MovieReg* curr = MovieReg::Head(); in DecodeStream() local
48 while (curr) { in DecodeStream()
49 SkMovie* movie = curr->factory()(stream); in DecodeStream()
56 curr = curr->next(); in DecodeStream()
/external/webkit/WebCore/platform/graphics/mac/
DComplexTextController.cpp187 const UChar* curr = m_run.rtl() ? cp + m_end - 1 : cp; in collectComplexTextRuns() local
197 curr--; in collectComplexTextRuns()
203 bool isSurrogate = U16_IS_SURROGATE(*curr); in collectComplexTextRuns()
206 if (!U16_IS_SURROGATE_LEAD(curr[0]) || curr + 1 == end || !U16_IS_TRAIL(curr[1])) in collectComplexTextRuns()
208 … nextGlyphData = m_font.glyphDataForCharacter(U16_GET_SUPPLEMENTARY(curr[0], curr[1]), false); in collectComplexTextRuns()
210 if (!U16_IS_TRAIL(curr[0]) || curr -1 == end || !U16_IS_SURROGATE_LEAD(curr[-1])) in collectComplexTextRuns()
212 … nextGlyphData = m_font.glyphDataForCharacter(U16_GET_SUPPLEMENTARY(curr[-1], curr[0]), false); in collectComplexTextRuns()
215 nextGlyphData = m_font.glyphDataForCharacter(*curr, false); in collectComplexTextRuns()
220 …te && m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_toupper(*curr)) !… in collectComplexTextRuns()
223 m_smallCapsBuffer[curr - cp] = newC; in collectComplexTextRuns()
[all …]
/external/webkit/WebCore/xml/
DXSLStyleSheetLibxslt.cpp207 xmlNodePtr curr = stylesheetRoot->children; in loadChildSheets() local
208 while (curr) { in loadChildSheets()
209 if (curr->type != XML_ELEMENT_NODE) { in loadChildSheets()
210 curr = curr->next; in loadChildSheets()
213 if (IS_XSLT_ELEM(curr) && IS_XSLT_NAME(curr, "import")) { in loadChildSheets()
214 xmlChar* uriRef = xsltGetNsProp(curr, (const xmlChar*)"href", XSLT_NAMESPACE); in loadChildSheets()
219 curr = curr->next; in loadChildSheets()
223 while (curr) { in loadChildSheets()
224 … if (curr->type == XML_ELEMENT_NODE && IS_XSLT_ELEM(curr) && IS_XSLT_NAME(curr, "include")) { in loadChildSheets()
225 xmlChar* uriRef = xsltGetNsProp(curr, (const xmlChar*)"href", XSLT_NAMESPACE); in loadChildSheets()
[all …]
/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c35 static PINLINE LCHAR* get_first_word(LCHAR* curr, LCHAR* end);
36 static PINLINE LCHAR* get_next_word(LCHAR* curr, LCHAR* end);
383 PINLINE LCHAR* get_first_word(LCHAR* curr, LCHAR* end) in get_first_word() argument
385 while(*curr==L('\0') && curr<end) curr++; in get_first_word()
386 return curr; in get_first_word()
389 PINLINE LCHAR* get_next_word(LCHAR* curr, LCHAR* end) in get_next_word() argument
391 while(*curr) curr++; in get_next_word()
392 if(curr<end) curr++; in get_next_word()
393 while( !*curr && curr<end) curr++; in get_next_word()
394 return curr; in get_next_word()
[all …]
/external/webkit/WebCore/css/
DCSSRule.cpp31 StyleBase* curr = parent(); in parentStyleSheet() local
32 while (curr && !curr->isCSSStyleSheet()) in parentStyleSheet()
33 curr = curr->parent(); in parentStyleSheet()
34 return curr ? static_cast<CSSStyleSheet*>(curr) : 0; in parentStyleSheet()
DCSSCanvasValue.cpp51 for (RenderObjectSizeCountMap::const_iterator curr = m_clients.begin(); curr != end; ++curr) in canvasChanged() local
52 curr->first->imageChanged(static_cast<WrappedImagePtr>(this), &imageChangeRect); in canvasChanged()
58 for (RenderObjectSizeCountMap::const_iterator curr = m_clients.begin(); curr != end; ++curr) in canvasResized() local
59 curr->first->imageChanged(static_cast<WrappedImagePtr>(this)); in canvasResized()
/external/zlib/contrib/infback9/
Dinftree9.c44 unsigned curr; /* number of index bits for current table */ local
198 curr = root; /* current table index bits */
228 fill = 1U << curr;
259 next += 1U << curr;
262 curr = len - drop;
263 left = (int)(1 << curr);
264 while (curr + drop < max) {
265 left -= count[curr + drop];
267 curr++;
272 used += 1U << curr;
[all …]

12345