Searched defs:fragments (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextChunk.cpp42 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
44 unsigned size = fragments.size();
49 SVGTextFragment& fragment = fragments.at(i);
H A DSVGTextQuery.cpp117 const Vector<SVGTextFragment>& fragments = queryData->textBox->textFragments(); local
119 // Loop over all text fragments in this text box, firing a callback for each.
120 unsigned fragmentCount = fragments.size();
122 const SVGTextFragment& fragment = fragments.at(i);
H A DSVGTextChunkBuilder.cpp183 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments(); local
184 if (fragments.isEmpty())
186 processTextLengthSpacingCorrection(isVerticalText, textLengthShift, fragments, atCharacter);
196 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
197 if (fragments.isEmpty())
202 buildSpacingAndGlyphsTransform(isVerticalText, textLengthScale, fragments.first(), spacingAndGlyphsTransform);
222 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments(); local
223 if (fragments.isEmpty())
225 processTextAnchorCorrection(isVerticalText, textAnchorShift, fragments);
229 void SVGTextChunkBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>& fragments, unsigne argument
244 processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>& fragments) argument
[all...]
H A DRenderSVGInlineText.cpp168 // Map local point to absolute point, as the character origins stored in the text fragments use absolute coordinates.
183 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
185 unsigned textFragmentsSize = fragments.size();
187 const SVGTextFragment& fragment = fragments.at(i);
H A DSVGInlineTextBox.cpp69 // Clear the now stale text fragments
72 // And clear any following text fragments as the text on which they
684 const Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
685 unsigned textFragmentsSize = fragments.size();
687 const SVGTextFragment& fragment = fragments.at(i);
H A DSVGRenderTreeAsText.cpp402 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
403 if (fragments.isEmpty())
411 unsigned fragmentsSize = fragments.size();
413 SVGTextFragment& fragment = fragments.at(i);
H A DSVGTextLayoutEngine.cpp32 // Set to a value > 0 to dump the text fragments
267 fprintf(stderr, "Dumping all text fragments in text sub tree, %i boxes\n", boxCount);
271 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
272 fprintf(stderr, "-> Box %i: Dumping text fragments for SVGInlineTextBox, textBox=%p, textRenderer=%p\n", boxPosition, textBox, textBox->textRenderer());
278 unsigned fragmentCount = fragments.size();
280 SVGTextFragment& fragment = fragments.at(i);
301 Vector<SVGTextFragment>& fragments = textBox->textFragments(); local
302 unsigned fragmentCount = fragments.size();
304 ASSERT(fragments[i].lengthAdjustTransform.isIdentity());
305 fragments[
[all...]
/external/tinycompress/include/tinycompress/
H A Dtinycompress.h61 * If fragment_size or fragments are zero, this means "don't care"
65 * @fragments: number of fragments
70 __u32 fragments; member in struct:compr_config
89 * it will be updated with the size and number of fragments that
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_int.h79 FRAGMENT_DATA fragments; member in struct:VP8D_COMP
/external/chromium_org/third_party/webrtc/test/
H A Dfake_encoder.cc135 const RTPFragmentationHeader* fragments) {
133 Encoded(EncodedImage& encoded_image, const CodecSpecificInfo* codec_specific_info, const RTPFragmentationHeader* fragments) argument
/external/kernel-headers/original/uapi/sound/
H A Dcompress_offload.h37 * @fragments: number of such fragments
41 __u32 fragments; member in struct:snd_compressed_buffer
96 * @min_fragments: min fragments supported by DSP
97 * @max_fragments: max fragments supported by DSP
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_int.h79 FRAGMENT_DATA fragments; member in struct:VP8D_COMP
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.cpp257 LayerFragments fragments; local
258 columnSet->collectLayerFragments(fragments, layerBoundingBox, PaintInfo::infiniteRect());
259 for (size_t i = 0; i < fragments.size(); ++i) {
260 const LayerFragment& fragment = fragments.at(i);
H A DRenderMultiColumnSet.cpp466 void RenderMultiColumnSet::collectLayerFragments(LayerFragments& fragments, const LayoutRect& layerBoundingBox, const LayoutRect& dirtyRect) argument
471 // Then there's the output from this method - the stuff we put into the list of fragments. The
571 fragments.append(fragment);
H A DRenderLayer.cpp479 // fragments for the transformed content.
500 // fragments for the transformed content.
1785 // Collect the fragments. This will compute the clip rectangles and paint offsets for each layer fragment, as well as whether or not the content of each
1816 // FIXME: It is incorrect to just clip to the damageRect here once multiple fragments are involved.
1895 // FIXME: It is incorrect to just clip to the damageRect here once multiple fragments are involved.
1911 // Paint the border radius mask for the fragments.
1986 void RenderLayer::collectFragments(LayerFragments& fragments, const RenderLayer* rootLayer, const LayoutRect& dirtyRect, argument
1997 fragments.append(fragment);
2006 // layers between us and the pagination context. It's important to minimize the number of fragments we need to create and this helps with that.
2027 // Tell the flow thread to collect the fragments
2064 updatePaintingInfoForFragments(LayerFragments& fragments, const LayerPaintingInfo& localPaintingInfo, PaintLayerFlags localPaintFlags, bool shouldPaintContent, const LayoutPoint* offsetFromRoot) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264.cc140 size_t fragments = local
142 size_t avg_size = (fragment_length + fragments - 1) / fragments;
162 // Aggregate fragments into one packet (STAP-A).
187 // If we are going to try to aggregate more fragments into this packet
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocketFrame.java58 public WebSocketFrame(OpCode opCode, List<WebSocketFrame> fragments) throws WebSocketException { argument
63 for (WebSocketFrame inter : fragments) {
72 for (WebSocketFrame inter : fragments) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c67 FRAGMENT_DATA fragments; member in struct:vpx_codec_alg_priv
120 /* initialize number of fragments to zero */
121 priv->fragments.count = 0;
122 /* is input fragments enabled? */
123 priv->fragments.enabled =
143 /* row-based threading, error concealment, and input fragments will
291 if (ctx->fragments.count == 0)
294 vpx_memset((void*)ctx->fragments.ptrs, 0, sizeof(ctx->fragments.ptrs));
295 vpx_memset(ctx->fragments
[all...]
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c73 FRAGMENT_DATA fragments; member in struct:vpx_codec_alg_priv
144 /* initialize number of fragments to zero */
145 ctx->priv->alg_priv->fragments.count = 0;
146 /* is input fragments enabled? */
147 ctx->priv->alg_priv->fragments.enabled =
168 /* row-based threading, error concealment, and input fragments will
321 if (ctx->fragments.count == 0)
324 vpx_memset((void*)ctx->fragments.ptrs, 0, sizeof(ctx->fragments.ptrs));
325 vpx_memset(ctx->fragments
[all...]
/external/android-clat/
H A Dclatd_test.cpp286 void reassemble_packet(const uint8_t **fragments, const size_t lengths[], int numpackets, argument
292 uint8_t version = ip_version(fragments[0]);
295 const uint8_t *packet = fragments[i];
502 // Check that each of the fragments translates as expected.
509 // Sanity check that reassembling the original and translated fragments produces valid packets.
/external/qemu/telephony/
H A Dsms.c1395 SmsFragment fragments; member in struct:SmsReceiverRec
1444 while (rec->fragments) {
1445 SmsFragment frag = rec->fragments;
1446 rec->fragments = frag->next;
1454 SmsFragment* pnode = &rec->fragments;
1471 SmsFragment* pnode = &rec->fragments;
1551 /* yes, we received all fragments for this SMS */
1552 D( "%s: SMS index %d, received all %d fragments\n", __FUNCTION__, frag->index, frag->count );
1576 D( "%s: SMS index %d still needs %d fragments\n", __FUNCTION__,
1625 D( "%s: SMS index %d still needs %d fragments\
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/kernel-headers/original/uapi/linux/
H A Dsoundcard.h573 int fragments; /* # of available fragments (partially usend ones not counted) */ member in struct:audio_buf_info
574 int fragstotal; /* Total # of fragments allocated */
577 int bytes; /* Available space in bytes (includes partially used fragments) */
578 /* Note! 'bytes' could be more than fragments*fragsize */
1173 * lengths of each fragments (except the last one) must be 6.

Completed in 3986 milliseconds

12